#776F11

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

Shades of Olivetone #776F11

Tints of Olivetone #776F11

Color information

#776F11 (or 0x776F11) is unknown color: approx Olivetone. HEX triplet: 77, 6F and 11. RGB value is (119,111,17). Sum of RGB (Red+Green+Blue) = 119+111+17=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #776F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F11 is #8890EE. Grayscale: #676767. Windows color (decimal): -8949999 or 1142647. OLE color: 1142647.

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

Color convert

RGB11911117-
CMYK00.070.860.53
HSL55.29º75%26.67%-
HSV(B)55.29º85.71%46.67%-
XYZ13.3915.332.78-
YUV102.6879.65139.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 111 (43.75% from 255) = 44.94%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=48.18%
G=44.94%
B=6.88%

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
Decimal1191111700.070.860.5355.297526.67
Hex776F11075635374b1b
Octal1671572107126656711333
Binary111011111011111000101111010110110101110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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