Shades of Olive #80890F
Tints of Olive #80890F
RGB
CMYK
RGB Variations
Color information
#80890F (or 0x80890F) is known color: Olive. HEX triplet: 80, 89 and 0F. RGB value is (128,137,15). Sum of RGB (Red+Green+Blue) = 128+137+15=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #80890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80890F is #7F76F0. Grayscale: #787878. Windows color (decimal): -8353521 or 1018240. OLE color: 1018240.
HSL color Cylindrical-coordinate representation of color #80890F: hue angle of 64.43º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80890F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 15 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.46 |
| HSL | 64.43º | 0.8% | 0.3% | - |
| HSV(B) | 64.43º | 0.89% | 0.54% | - |
| XYZ | 17.93 | 22.52 | 3.85 | - |
| YUV | 120.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 15 | 0.07 | 0 | 0.89 | 0.46 | 64.43 | 0.8 | 0.3 |
| Hex | 80 | 89 | F | 7 | 0 | 59 | 2E | 40 | 50 | 1E |
| Octal | 200 | 211 | 17 | 7 | 0 | 131 | 56 | 100 | 120 | 36 |
| Binary | 10000000 | 10001001 | 1111 | 111 | 0 | 1011001 | 101110 | 1000000 | 1010000 | 11110 |
Color Harmonies of #80890F
Complementary color
Monochromatic Colors of #80890F
Black with #80890F
Text Example
Text Example
White with #80890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80890F; }
p { color: rgb(128,137,15); }
H1.HeaderClassName
{
color: #80890F;
}
.AnyTagClassName
{
color: #80890F;
}
</style>
background-color css
<style>
a { background-color: #80890F; }
a { background-color: rgb(128,137,15); }
div.DivClassName
{
background-color: #80890F;
}
.BgClassName
{
background-color: #80890F;
}
</style>
border-color css
<style>
span { border-color: #80890F; }
span { border-color: rgb(128,137,15); }
td.TdClassName
{
border-color: #80890F;
}
.TagClassName
{
border-color: #80890F;
}
</style>