Shades of Olive #809401
Tints of Olive #809401
RGB
CMYK
RGB Variations
Color information
#809401 (or 0x809401) is known color: Olive. HEX triplet: 80, 94 and 01. RGB value is (128,148,1). Sum of RGB (Red+Green+Blue) = 128+148+1=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #809401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809401 is #7F6BFE. Grayscale: #7D7D7D. Windows color (decimal): -8350719 or 103552. OLE color: 103552.
HSL color Cylindrical-coordinate representation of color #809401: hue angle of 68.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #809401 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 1 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.42 |
| HSL | 68.16º | 0.99% | 0.29% | - |
| HSV(B) | 68.16º | 0.99% | 0.58% | - |
| XYZ | 19.5 | 25.77 | 3.98 | - |
| YUV | 125.26 | 57.87 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 1 | 0.14 | 0 | 0.99 | 0.42 | 68.16 | 0.99 | 0.29 |
| Hex | 80 | 94 | 1 | E | 0 | 63 | 2A | 44 | 63 | 1D |
| Octal | 200 | 224 | 1 | 16 | 0 | 143 | 52 | 104 | 143 | 35 |
| Binary | 10000000 | 10010100 | 1 | 1110 | 0 | 1100011 | 101010 | 1000100 | 1100011 | 11101 |
Color Harmonies of #809401
Complementary color
Monochromatic Colors of #809401
Black with #809401
Text Example
Text Example
White with #809401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809401; }
p { color: rgb(128,148,1); }
H1.HeaderClassName
{
color: #809401;
}
.AnyTagClassName
{
color: #809401;
}
</style>
background-color css
<style>
a { background-color: #809401; }
a { background-color: rgb(128,148,1); }
div.DivClassName
{
background-color: #809401;
}
.BgClassName
{
background-color: #809401;
}
</style>
border-color css
<style>
span { border-color: #809401; }
span { border-color: rgb(128,148,1); }
td.TdClassName
{
border-color: #809401;
}
.TagClassName
{
border-color: #809401;
}
</style>