#776C02

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

Shades of Olive #776C02

Tints of Olive #776C02

Color information

#776C02 (or 0x776C02) is unknown color: approx Olive. HEX triplet: 77, 6C and 02. RGB value is (119,108,2). Sum of RGB (Red+Green+Blue) = 119+108+2=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #776C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C02 is #8893FD. Grayscale: #636363. Windows color (decimal): -8950782 or 158839. OLE color: 158839.

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

Color convert

RGB1191082-
CMYK00.090.980.53
HSL54.36º96.69%23.73%-
HSV(B)54.36º98.32%46.67%-
XYZ12.9814.652.2-
YUV99.273.14142.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=51.97%
G=47.16%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119108200.090.980.5354.3696.6923.73
Hex776C2096235366118
Octal1671542011142656614130
Binary1110111110110010010011100010110101110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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