#776E11

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

Shades of Olivetone #776E11

Tints of Olivetone #776E11

Color information

#776E11 (or 0x776E11) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 11. RGB value is (119,110,17). Sum of RGB (Red+Green+Blue) = 119+110+17=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #776E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E11 is #8891EE. Grayscale: #666666. Windows color (decimal): -8950255 or 1142391. OLE color: 1142391.

HSL color Cylindrical-coordinate representation of color #776E11: hue angle of 54.71º 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 #776E11 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB11911017-
CMYK00.080.860.53
HSL54.71º75%26.67%-
HSV(B)54.71º85.71%46.67%-
XYZ13.2815.112.75-
YUV102.0979.98140.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=48.37%
G=44.72%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191101700.080.860.5354.717526.67
Hex776E11085635374b1b
Octal16715621010126656711333
Binary1110111110111010001010001010110110101110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,17); }

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

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

 a { background-color: rgb(119,110,17); }

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

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

 span { border-color: rgb(119,110,17); }

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