#776E01

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

Shades of Olive #776E01

Tints of Olive #776E01

Color information

#776E01 (or 0x776E01) is unknown color: approx Olive. HEX triplet: 77, 6E and 01. RGB value is (119,110,1). Sum of RGB (Red+Green+Blue) = 119+110+1=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #776E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E01 is #8891FE. Grayscale: #646464. Windows color (decimal): -8950271 or 93815. OLE color: 93815.

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

Color convert

RGB1191101-
CMYK00.080.990.53
HSL55.42º98.33%23.53%-
HSV(B)55.42º99.16%46.67%-
XYZ13.1915.082.24-
YUV100.2671.98141.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 110 (43.36% from 255) = 47.83%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=51.74%
G=47.83%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110100.080.990.5355.4298.3323.53
Hex776E1086335376218
Octal1671561010143656714230
Binary111011111011101010001100011110101110111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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