#786E16

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

Shades of Olivetone #786E16

Tints of Olivetone #786E16

Color information

#786E16 (or 0x786E16) is unknown color: approx Olivetone. HEX triplet: 78, 6E and 16. RGB value is (120,110,22). Sum of RGB (Red+Green+Blue) = 120+110+22=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #786E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786E16 is #8791E9. Grayscale: #676767. Windows color (decimal): -8884714 or 1470072. OLE color: 1470072.

HSL color Cylindrical-coordinate representation of color #786E16: hue angle of 53.88º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #786E16 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB12011022-
CMYK00.080.820.53
HSL53.88º69.01%27.84%-
HSV(B)53.88º81.67%47.06%-
XYZ13.4715.22.98-
YUV102.9682.31140.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=47.62%
G=43.65%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201102200.080.820.5353.8869.0127.84
Hex786E1608523536451c
Octal17015626010122656610534
Binary1111000110111010110010001010010110101110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786E16; }

 p { color: rgb(120,110,22); }

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

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

 a { background-color: rgb(120,110,22); }

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

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

 span { border-color: rgb(120,110,22); }

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