#776E02

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

Shades of Olive #776E02

Tints of Olive #776E02

Color information

#776E02 (or 0x776E02) is unknown color: approx Olive. HEX triplet: 77, 6E and 02. RGB value is (119,110,2). Sum of RGB (Red+Green+Blue) = 119+110+2=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E02 is #8891FD. Grayscale: #646464. Windows color (decimal): -8950270 or 159351. OLE color: 159351.

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

Color convert

RGB1191102-
CMYK00.080.980.53
HSL55.38º96.69%23.73%-
HSV(B)55.38º98.32%46.67%-
XYZ13.1915.082.27-
YUV100.3872.48141.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=51.52%
G=47.62%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110200.080.980.5355.3896.6923.73
Hex776E2086235376118
Octal1671562010142656714130
Binary1110111110111010010001100010110101110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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