#777012

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

Shades of Olivetone #777012

Tints of Olivetone #777012

Color information

#777012 (or 0x777012) is unknown color: approx Olivetone. HEX triplet: 77, 70 and 12. RGB value is (119,112,18). Sum of RGB (Red+Green+Blue) = 119+112+18=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #777012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777012 is #888FED. Grayscale: #676767. Windows color (decimal): -8949742 or 1208439. OLE color: 1208439.

HSL color Cylindrical-coordinate representation of color #777012: hue angle of 55.84º 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 #777012 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB11911218-
CMYK00.060.850.53
HSL55.84º73.72%26.86%-
HSV(B)55.84º84.87%46.67%-
XYZ13.5115.552.86-
YUV103.3879.82139.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=47.79%
G=44.98%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191121800.060.850.5355.8473.7226.86
Hex777012065535384a1b
Octal1671602206125657011233
Binary111011111100001001001101010101110101111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777012; }

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

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

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

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

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

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

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

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