#776F12

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

Shades of Olivetone #776F12

Tints of Olivetone #776F12

Color information

#776F12 (or 0x776F12) is unknown color: approx Olivetone. HEX triplet: 77, 6F and 12. RGB value is (119,111,18). Sum of RGB (Red+Green+Blue) = 119+111+18=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #776F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F12 is #8890ED. Grayscale: #676767. Windows color (decimal): -8949998 or 1208183. OLE color: 1208183.

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

Color convert

RGB11911118-
CMYK00.070.850.53
HSL55.25º73.72%26.86%-
HSV(B)55.25º84.87%46.67%-
XYZ13.415.332.83-
YUV102.7980.15139.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 111 (43.75% from 255) = 44.76%
BLUE value IS 18 (7.42% from 255) = 7.26%
R=47.98%
G=44.76%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191111800.070.850.5355.2573.7226.86
Hex776F12075535374a1b
Octal1671572207125656711233
Binary111011111011111001001111010101110101110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776F12; }

 p { color: rgb(119,111,18); }

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

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

 a { background-color: rgb(119,111,18); }

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

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

 span { border-color: rgb(119,111,18); }

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