Shades of Olive #898F05
Tints of Olive #898F05
RGB
CMYK
RGB Variations
Color information
#898F05 (or 0x898F05) is known color: Olive. HEX triplet: 89, 8F and 05. RGB value is (137,143,5). Sum of RGB (Red+Green+Blue) = 137+143+5=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #898F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898F05 is #7670FA. Grayscale: #7E7E7E. Windows color (decimal): -7762171 or 364425. OLE color: 364425.
HSL color Cylindrical-coordinate representation of color #898F05: hue angle of 62.61º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #898F05 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.44 |
| HSL | 62.61º | 0.93% | 0.29% | - |
| HSV(B) | 62.61º | 0.97% | 0.56% | - |
| XYZ | 20.17 | 24.97 | 3.9 | - |
| YUV | 125.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 5 | 0.04 | 0 | 0.97 | 0.44 | 62.61 | 0.93 | 0.29 |
| Hex | 89 | 8F | 5 | 4 | 0 | 61 | 2C | 3F | 5D | 1D |
| Octal | 211 | 217 | 5 | 4 | 0 | 141 | 54 | 77 | 135 | 35 |
| Binary | 10001001 | 10001111 | 101 | 100 | 0 | 1100001 | 101100 | 111111 | 1011101 | 11101 |
Color Harmonies of #898F05
Complementary color
Monochromatic Colors of #898F05
Black with #898F05
Text Example
Text Example
White with #898F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F05; }
p { color: rgb(137,143,5); }
H1.HeaderClassName
{
color: #898F05;
}
.AnyTagClassName
{
color: #898F05;
}
</style>
background-color css
<style>
a { background-color: #898F05; }
a { background-color: rgb(137,143,5); }
div.DivClassName
{
background-color: #898F05;
}
.BgClassName
{
background-color: #898F05;
}
</style>
border-color css
<style>
span { border-color: #898F05; }
span { border-color: rgb(137,143,5); }
td.TdClassName
{
border-color: #898F05;
}
.TagClassName
{
border-color: #898F05;
}
</style>