#809A00

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

Shades of Olive #809A00

Tints of Olive #809A00

Color information

#809A00 (or 0x809A00) is unknown color: approx Olive. HEX triplet: 80, 9A and 00. RGB value is (128,154,0). Sum of RGB (Red+Green+Blue) = 128+154+0=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #809A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809A00 is #7F65FF. Grayscale: #818181. Windows color (decimal): -8349184 or 39552. OLE color: 39552.

HSL color Cylindrical-coordinate representation of color #809A00: hue angle of 70.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #809A00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1281540-
CMYK0.17010.40
HSL70.13º100%30.2%-
HSV(B)70.13º100%60.39%-
XYZ20.4627.74.27-
YUV128.6755.39127.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 154 (60.55% from 255) = 54.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.39%
G=54.61%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12815400.17010.4070.1310030.2
Hex809A0110642846641e
Octal20023202101445010614436
Binary1000000010011010010001011001001010001000110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809A00; }

 p { color: rgb(128,154,0); }

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

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

 a { background-color: rgb(128,154,0); }

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

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

 span { border-color: rgb(128,154,0); }

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