Shades of Olive #898E0F
Tints of Olive #898E0F
RGB
CMYK
RGB Variations
Color information
#898E0F (or 0x898E0F) is known color: Olive. HEX triplet: 89, 8E and 0F. RGB value is (137,142,15). Sum of RGB (Red+Green+Blue) = 137+142+15=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #898E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898E0F is #7671F0. Grayscale: #7E7E7E. Windows color (decimal): -7762417 or 1019529. OLE color: 1019529.
HSL color Cylindrical-coordinate representation of color #898E0F: hue angle of 62.36º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #898E0F is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 142 | 15 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.44 |
| HSL | 62.36º | 0.81% | 0.31% | - |
| HSV(B) | 62.36º | 0.89% | 0.56% | - |
| XYZ | 20.08 | 24.7 | 4.16 | - |
| YUV | 126.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 15 | 0.04 | 0 | 0.89 | 0.44 | 62.36 | 0.81 | 0.31 |
| Hex | 89 | 8E | F | 4 | 0 | 59 | 2C | 3E | 51 | 1F |
| Octal | 211 | 216 | 17 | 4 | 0 | 131 | 54 | 76 | 121 | 37 |
| Binary | 10001001 | 10001110 | 1111 | 100 | 0 | 1011001 | 101100 | 111110 | 1010001 | 11111 |
Color Harmonies of #898E0F
Complementary color
Monochromatic Colors of #898E0F
Black with #898E0F
Text Example
Text Example
White with #898E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898E0F; }
p { color: rgb(137,142,15); }
H1.HeaderClassName
{
color: #898E0F;
}
.AnyTagClassName
{
color: #898E0F;
}
</style>
background-color css
<style>
a { background-color: #898E0F; }
a { background-color: rgb(137,142,15); }
div.DivClassName
{
background-color: #898E0F;
}
.BgClassName
{
background-color: #898E0F;
}
</style>
border-color css
<style>
span { border-color: #898E0F; }
span { border-color: rgb(137,142,15); }
td.TdClassName
{
border-color: #898E0F;
}
.TagClassName
{
border-color: #898E0F;
}
</style>