#776E00

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

Shades of Olive #776E00

Tints of Olive #776E00

Color information

#776E00 (or 0x776E00) is unknown color: approx Olive. HEX triplet: 77, 6E and 00. RGB value is (119,110,0). Sum of RGB (Red+Green+Blue) = 119+110+0=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #776E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E00 is #8891FF. Grayscale: #646464. Windows color (decimal): -8950272 or 28279. OLE color: 28279.

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

Color convert

RGB1191100-
CMYK00.0810.53
HSL55.46º100%23.33%-
HSV(B)55.46º100%46.67%-
XYZ13.1815.072.21-
YUV100.1571.48141.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.97%
G=48.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110000.0810.5355.4610023.33
Hex776E0086435376417
Octal1671560010144656714427
Binary111011111011100010001100100110101110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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