#809002

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

Shades of Olive #809002

Tints of Olive #809002

Color information

#809002 (or 0x809002) is unknown color: approx Olive. HEX triplet: 80, 90 and 02. RGB value is (128,144,2). Sum of RGB (Red+Green+Blue) = 128+144+2=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #809002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809002 is #7F6FFD. Grayscale: #7B7B7B. Windows color (decimal): -8351742 or 168064. OLE color: 168064.

HSL color Cylindrical-coordinate representation of color #809002: hue angle of 66.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #809002 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1281442-
CMYK0.1100.990.44
HSL66.76º97.26%28.63%-
HSV(B)66.76º98.61%56.47%-
XYZ18.8924.543.8-
YUV123.0359.7131.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 144 (56.64% from 255) = 52.55%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=46.72%
G=52.55%
B=0.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12814420.1100.990.4466.7697.2628.63
Hex80902B0632C43611d
Octal20022021301435410314135
Binary1000000010010000101011011000111011001000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809002; }

 p { color: rgb(128,144,2); }

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

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

 a { background-color: rgb(128,144,2); }

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

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

 span { border-color: rgb(128,144,2); }

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