Shades of Olive #80900F
Tints of Olive #80900F
RGB
CMYK
RGB Variations
Color information
#80900F (or 0x80900F) is known color: Olive. HEX triplet: 80, 90 and 0F. RGB value is (128,144,15). Sum of RGB (Red+Green+Blue) = 128+144+15=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #80900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80900F is #7F6FF0. Grayscale: #7D7D7D. Windows color (decimal): -8351729 or 1020032. OLE color: 1020032.
HSL color Cylindrical-coordinate representation of color #80900F: hue angle of 67.44º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80900F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 144 | 15 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.44 |
| HSL | 67.44º | 0.81% | 0.31% | - |
| HSV(B) | 67.44º | 0.9% | 0.56% | - |
| XYZ | 18.96 | 24.57 | 4.2 | - |
| YUV | 124.51 | 66.2 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 144 | 15 | 0.11 | 0 | 0.90 | 0.44 | 67.44 | 0.81 | 0.31 |
| Hex | 80 | 90 | F | B | 0 | 5A | 2C | 43 | 51 | 1F |
| Octal | 200 | 220 | 17 | 13 | 0 | 132 | 54 | 103 | 121 | 37 |
| Binary | 10000000 | 10010000 | 1111 | 1011 | 0 | 1011010 | 101100 | 1000011 | 1010001 | 11111 |
Color Harmonies of #80900F
Complementary color
Monochromatic Colors of #80900F
Black with #80900F
Text Example
Text Example
White with #80900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80900F; }
p { color: rgb(128,144,15); }
H1.HeaderClassName
{
color: #80900F;
}
.AnyTagClassName
{
color: #80900F;
}
</style>
background-color css
<style>
a { background-color: #80900F; }
a { background-color: rgb(128,144,15); }
div.DivClassName
{
background-color: #80900F;
}
.BgClassName
{
background-color: #80900F;
}
</style>
border-color css
<style>
span { border-color: #80900F; }
span { border-color: rgb(128,144,15); }
td.TdClassName
{
border-color: #80900F;
}
.TagClassName
{
border-color: #80900F;
}
</style>