Shades of Olive #898F04
Tints of Olive #898F04
RGB
CMYK
RGB Variations
Color information
#898F04 (or 0x898F04) is known color: Olive. HEX triplet: 89, 8F and 04. RGB value is (137,143,4). Sum of RGB (Red+Green+Blue) = 137+143+4=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #898F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898F04 is #7670FB. Grayscale: #7D7D7D. Windows color (decimal): -7762172 or 298889. OLE color: 298889.
HSL color Cylindrical-coordinate representation of color #898F04: hue angle of 62.59º degrees, saturation: 0.95, 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 #898F04 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 143 | 4 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.44 |
| HSL | 62.59º | 0.95% | 0.29% | - |
| HSV(B) | 62.59º | 0.97% | 0.56% | - |
| XYZ | 20.16 | 24.97 | 3.87 | - |
| YUV | 125.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 4 | 0.04 | 0 | 0.97 | 0.44 | 62.59 | 0.95 | 0.29 |
| Hex | 89 | 8F | 4 | 4 | 0 | 61 | 2C | 3F | 5F | 1D |
| Octal | 211 | 217 | 4 | 4 | 0 | 141 | 54 | 77 | 137 | 35 |
| Binary | 10001001 | 10001111 | 100 | 100 | 0 | 1100001 | 101100 | 111111 | 1011111 | 11101 |
Color Harmonies of #898F04
Complementary color
Monochromatic Colors of #898F04
Black with #898F04
Text Example
Text Example
White with #898F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898F04; }
p { color: rgb(137,143,4); }
H1.HeaderClassName
{
color: #898F04;
}
.AnyTagClassName
{
color: #898F04;
}
</style>
background-color css
<style>
a { background-color: #898F04; }
a { background-color: rgb(137,143,4); }
div.DivClassName
{
background-color: #898F04;
}
.BgClassName
{
background-color: #898F04;
}
</style>
border-color css
<style>
span { border-color: #898F04; }
span { border-color: rgb(137,143,4); }
td.TdClassName
{
border-color: #898F04;
}
.TagClassName
{
border-color: #898F04;
}
</style>