#779201

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

Shades of Olive #779201

Tints of Olive #779201

Color information

#779201 (or 0x779201) is unknown color: approx Olive. HEX triplet: 77, 92 and 01. RGB value is (119,146,1). Sum of RGB (Red+Green+Blue) = 119+146+1=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #779201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779201 is #886DFE. Grayscale: #797979. Windows color (decimal): -8941055 or 103031. OLE color: 103031.

HSL color Cylindrical-coordinate representation of color #779201: hue angle of 71.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779201 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1191461-
CMYK0.1800.990.43
HSL71.17º98.64%28.82%-
HSV(B)71.17º99.32%57.25%-
XYZ17.8924.483.81-
YUV121.460.05126.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=44.74%
G=54.89%
B=0.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11914610.1800.990.4371.1798.6428.82
Hex77921120632B47631d
Octal16722212201435310714335
Binary111011110010010110010011000111010111000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779201; }

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

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

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

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

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

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

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

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