#809404

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

Shades of Olive #809404

Tints of Olive #809404

Color information

#809404 (or 0x809404) is unknown color: approx Olive. HEX triplet: 80, 94 and 04. RGB value is (128,148,4). Sum of RGB (Red+Green+Blue) = 128+148+4=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #809404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809404 is #7F6BFB. Grayscale: #7E7E7E. Windows color (decimal): -8350716 or 300160. OLE color: 300160.

HSL color Cylindrical-coordinate representation of color #809404: hue angle of 68.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #809404 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1281484-
CMYK0.1400.970.42
HSL68.33º94.74%29.8%-
HSV(B)68.33º97.3%58.04%-
XYZ19.5125.784.06-
YUV125.659.37129.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 148 (58.20% from 255) = 52.86%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=45.71%
G=52.86%
B=1.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12814840.1400.970.4268.3394.7429.8
Hex80944E0612A445f1e
Octal20022441601415210413736
Binary10000000100101001001110011000011010101000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809404; }

 p { color: rgb(128,148,4); }

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

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

 a { background-color: rgb(128,148,4); }

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

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

 span { border-color: rgb(128,148,4); }

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