#7B910B

Color #7B910B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7B910B

Tints of Olive #7B910B

Color information

#7B910B (or 0x7B910B) is unknown color: approx Olive. HEX triplet: 7B, 91 and 0B. RGB value is (123,145,11). Sum of RGB (Red+Green+Blue) = 123+145+11=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #7B910B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B910B is #846EF4. Grayscale: #7B7B7B. Windows color (decimal): -8679157 or 758139. OLE color: 758139.

HSL color Cylindrical-coordinate representation of color #7B910B: hue angle of 69.85º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B910B is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB12314511-
CMYK0.1500.920.43
HSL69.85º85.9%30.59%-
HSV(B)69.85º92.41%56.86%-
XYZ18.3524.494.08-
YUV123.1564.71127.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 145 (57.03% from 255) = 51.97%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=44.09%
G=51.97%
B=3.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145110.1500.920.4369.8585.930.59
Hex7B91BF05C2B46561f
Octal173221131701345310612637
Binary11110111001000110111111010111001010111000110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B910B; }

 p { color: rgb(123,145,11); }

 H1.HeaderClassName
 {
   color: #7B910B;
 }
 .AnyTagClassName
 {
   color: #7B910B;
 }
</style>
background-color css

<style>
 a { background-color: #7B910B; }

 a { background-color: rgb(123,145,11); }

 div.DivClassName
 {
   background-color: #7B910B;
 }
 .BgClassName
 {
   background-color: #7B910B;
 }
</style>
border-color css

<style>
 span { border-color: #7B910B; }

 span { border-color: rgb(123,145,11); }

 td.TdClassName
 {
   border-color: #7B910B;
 }
 .TagClassName
 {
   border-color: #7B910B;
 }
</style>