#776A09

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

Shades of Olive #776A09

Tints of Olive #776A09

Color information

#776A09 (or 0x776A09) is unknown color: approx Olive. HEX triplet: 77, 6A and 09. RGB value is (119,106,9). Sum of RGB (Red+Green+Blue) = 119+106+9=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #776A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776A09 is #8895F6. Grayscale: #636363. Windows color (decimal): -8951287 or 617079. OLE color: 617079.

HSL color Cylindrical-coordinate representation of color #776A09: hue angle of 52.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #776A09 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1191069-
CMYK00.110.920.53
HSL52.91º85.94%25.1%-
HSV(B)52.91º92.44%46.67%-
XYZ12.8114.252.33-
YUV98.8377.31142.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 106 (41.80% from 255) = 45.30%
BLUE value IS 9 (3.91% from 255) = 3.85%
R=50.85%
G=45.30%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119106900.110.920.5352.9185.9425.1
Hex776A90B5C35355619
Octal16715211013134656512631
Binary111011111010101001010111011100110101110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,9); }

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

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

 a { background-color: rgb(119,106,9); }

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

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

 span { border-color: rgb(119,106,9); }

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