Shades of Olive #898F02
Tints of Olive #898F02
RGB
CMYK
RGB Variations
Color information
#898F02 (or 0x898F02) is known color: Olive. HEX triplet: 89, 8F and 02. RGB value is (137,143,2). Sum of RGB (Red+Green+Blue) = 137+143+2=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #898F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898F02 is #7670FD. Grayscale: #7D7D7D. Windows color (decimal): -7762174 or 167817. OLE color: 167817.
HSL color Cylindrical-coordinate representation of color #898F02: hue angle of 62.55º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #898F02 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.44 |
| HSL | 62.55º | 0.97% | 0.28% | - |
| HSV(B) | 62.55º | 0.99% | 0.56% | - |
| XYZ | 20.15 | 24.97 | 3.81 | - |
| YUV | 125.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 2 | 0.04 | 0 | 0.99 | 0.44 | 62.55 | 0.97 | 0.28 |
| Hex | 89 | 8F | 2 | 4 | 0 | 63 | 2C | 3F | 61 | 1C |
| Octal | 211 | 217 | 2 | 4 | 0 | 143 | 54 | 77 | 141 | 34 |
| Binary | 10001001 | 10001111 | 10 | 100 | 0 | 1100011 | 101100 | 111111 | 1100001 | 11100 |
Color Harmonies of #898F02
Complementary color
Monochromatic Colors of #898F02
Black with #898F02
Text Example
Text Example
White with #898F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F02; }
p { color: rgb(137,143,2); }
H1.HeaderClassName
{
color: #898F02;
}
.AnyTagClassName
{
color: #898F02;
}
</style>
background-color css
<style>
a { background-color: #898F02; }
a { background-color: rgb(137,143,2); }
div.DivClassName
{
background-color: #898F02;
}
.BgClassName
{
background-color: #898F02;
}
</style>
border-color css
<style>
span { border-color: #898F02; }
span { border-color: rgb(137,143,2); }
td.TdClassName
{
border-color: #898F02;
}
.TagClassName
{
border-color: #898F02;
}
</style>