Shades of Olive #809400
Tints of Olive #809400
RGB
CMYK
RGB Variations
Color information
#809400 (or 0x809400) is known color: Olive. HEX triplet: 80, 94 and 00. RGB value is (128,148,0). Sum of RGB (Red+Green+Blue) = 128+148+0=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #809400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809400 is #7F6BFF. Grayscale: #7D7D7D. Windows color (decimal): -8350720 or 38016. OLE color: 38016.
HSL color Cylindrical-coordinate representation of color #809400: hue angle of 68.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #809400 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.42 |
| HSL | 68.11º | 1% | 0.29% | - |
| HSV(B) | 68.11º | 1% | 0.58% | - |
| XYZ | 19.49 | 25.77 | 3.95 | - |
| YUV | 125.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 0 | 0.14 | 0 | 1 | 0.42 | 68.11 | 1 | 0.29 |
| Hex | 80 | 94 | 0 | E | 0 | 64 | 2A | 44 | 64 | 1D |
| Octal | 200 | 224 | 0 | 16 | 0 | 144 | 52 | 104 | 144 | 35 |
| Binary | 10000000 | 10010100 | 0 | 1110 | 0 | 1100100 | 101010 | 1000100 | 1100100 | 11101 |
Color Harmonies of #809400
Complementary color
Monochromatic Colors of #809400
Black with #809400
Text Example
Text Example
White with #809400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809400; }
p { color: rgb(128,148,0); }
H1.HeaderClassName
{
color: #809400;
}
.AnyTagClassName
{
color: #809400;
}
</style>
background-color css
<style>
a { background-color: #809400; }
a { background-color: rgb(128,148,0); }
div.DivClassName
{
background-color: #809400;
}
.BgClassName
{
background-color: #809400;
}
</style>
border-color css
<style>
span { border-color: #809400; }
span { border-color: rgb(128,148,0); }
td.TdClassName
{
border-color: #809400;
}
.TagClassName
{
border-color: #809400;
}
</style>