#776F09

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

Shades of Olive #776F09

Tints of Olive #776F09

Color information

#776F09 (or 0x776F09) is unknown color: approx Olive. HEX triplet: 77, 6F and 09. RGB value is (119,111,9). Sum of RGB (Red+Green+Blue) = 119+111+9=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F09 is #8890F6. Grayscale: #666666. Windows color (decimal): -8950007 or 618359. OLE color: 618359.

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

Color convert

RGB1191119-
CMYK00.070.920.53
HSL55.64º85.94%25.1%-
HSV(B)55.64º92.44%46.67%-
XYZ13.3415.312.51-
YUV101.7675.65140.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 111 (43.75% from 255) = 46.44%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=49.79%
G=46.44%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119111900.070.920.5355.6485.9425.1
Hex776F9075C35385619
Octal1671571107134657012631
Binary11101111101111100101111011100110101111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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