#787011

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

Shades of Olivetone #787011

Tints of Olivetone #787011

Color information

#787011 (or 0x787011) is unknown color: approx Olivetone. HEX triplet: 78, 70 and 11. RGB value is (120,112,17). Sum of RGB (Red+Green+Blue) = 120+112+17=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #787011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787011 is #878FEE. Grayscale: #676767. Windows color (decimal): -8884207 or 1142904. OLE color: 1142904.

HSL color Cylindrical-coordinate representation of color #787011: hue angle of 55.34º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #787011 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB12011217-
CMYK00.070.860.53
HSL55.34º75.18%26.86%-
HSV(B)55.34º85.83%47.06%-
XYZ13.6415.622.83-
YUV103.5679.15139.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=48.19%
G=44.98%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201121700.070.860.5355.3475.1826.86
Hex787011075635374b1b
Octal1701602107126656711333
Binary111100011100001000101111010110110101110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787011; }

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

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

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

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

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

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

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

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