#776E03

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

Shades of Olive #776E03

Tints of Olive #776E03

Color information

#776E03 (or 0x776E03) is unknown color: approx Olive. HEX triplet: 77, 6E and 03. RGB value is (119,110,3). Sum of RGB (Red+Green+Blue) = 119+110+3=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #776E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776E03 is #8891FC. Grayscale: #646464. Windows color (decimal): -8950269 or 224887. OLE color: 224887.

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

Color convert

RGB1191103-
CMYK00.080.970.53
HSL55.34º95.08%23.92%-
HSV(B)55.34º97.48%46.67%-
XYZ13.215.082.3-
YUV100.4972.98141.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=51.29%
G=47.41%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119110300.080.970.5355.3495.0823.92
Hex776E3086135375f18
Octal1671563010141656713730
Binary1110111110111011010001100001110101110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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