#776e16

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

Shades of Olivetone #776E16

Tints of Olivetone #776E16

Color information

#776E16 (or 0x776E16) is unknown color: approx Olivetone. HEX triplet: 77, 6E and 16. RGB value is (119,110,22). Sum of RGB (Red+Green+Blue) = 119+110+22=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #776E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E16 is #8891E9. Grayscale: #676767. Windows color (decimal): -8950250 or 1470071. OLE color: 1470071.

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

Color convert

RGB11911022-
CMYK00.080.820.53
HSL54.43º68.79%27.65%-
HSV(B)54.43º81.51%46.67%-
XYZ13.3315.132.98-
YUV102.6682.48139.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=47.41%
G=43.82%
B=8.76%

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
Decimal1191102200.080.820.5354.4368.7927.65
Hex776E1608523536451c
Octal16715626010122656610534
Binary1110111110111010110010001010010110101110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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