#776E05

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

Shades of Olive #776E05

Tints of Olive #776E05

Color information

#776E05 (or 0x776E05) is unknown color: approx Olive. HEX triplet: 77, 6E and 05. RGB value is (119,110,5). Sum of RGB (Red+Green+Blue) = 119+110+5=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #776E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E05 is #8891FA. Grayscale: #656565. Windows color (decimal): -8950267 or 355959. OLE color: 355959.

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

Color convert

RGB1191105-
CMYK00.080.960.53
HSL55.26º91.94%24.31%-
HSV(B)55.26º95.8%46.67%-
XYZ13.2115.082.36-
YUV100.7273.98141.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 5 (2.34% from 255) = 2.14%
R=50.85%
G=47.01%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110500.080.960.5355.2691.9424.31
Hex776E5086035375c18
Octal1671565010140656713430
Binary11101111101110101010001100000110101110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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