#78700B

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

Shades of Olive #78700B

Tints of Olive #78700B

Color information

#78700B (or 0x78700B) is unknown color: approx Olive. HEX triplet: 78, 70 and 0B. RGB value is (120,112,11). Sum of RGB (Red+Green+Blue) = 120+112+11=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78700B is #878FF4. Grayscale: #676767. Windows color (decimal): -8884213 or 749688. OLE color: 749688.

HSL color Cylindrical-coordinate representation of color #78700B: hue angle of 55.6º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78700B is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB12011211-
CMYK00.070.910.53
HSL55.6º83.21%25.69%-
HSV(B)55.6º90.83%47.06%-
XYZ13.615.612.61-
YUV102.8876.15140.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=49.38%
G=46.09%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201121100.070.910.5355.683.2125.69
Hex7870B075B3538531a
Octal1701601307133657012332
Binary11110001110000101101111011011110101111000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78700B; }

 p { color: rgb(120,112,11); }

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

<style>
 a { background-color: #78700B; }

 a { background-color: rgb(120,112,11); }

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

<style>
 span { border-color: #78700B; }

 span { border-color: rgb(120,112,11); }

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