Shades of Olive #898A04
Tints of Olive #898A04
RGB
CMYK
RGB Variations
Color information
#898A04 (or 0x898A04) is known color: Olive. HEX triplet: 89, 8A and 04. RGB value is (137,138,4). Sum of RGB (Red+Green+Blue) = 137+138+4=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #898A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898A04 is #7675FB. Grayscale: #7A7A7A. Windows color (decimal): -7763452 or 297609. OLE color: 297609.
HSL color Cylindrical-coordinate representation of color #898A04: hue angle of 60.45º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #898A04 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 4 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.46 |
| HSL | 60.45º | 0.94% | 0.28% | - |
| HSV(B) | 60.45º | 0.97% | 0.54% | - |
| XYZ | 19.43 | 23.5 | 3.63 | - |
| YUV | 122.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 4 | 0.01 | 0 | 0.97 | 0.46 | 60.45 | 0.94 | 0.28 |
| Hex | 89 | 8A | 4 | 1 | 0 | 61 | 2E | 3C | 5E | 1C |
| Octal | 211 | 212 | 4 | 1 | 0 | 141 | 56 | 74 | 136 | 34 |
| Binary | 10001001 | 10001010 | 100 | 1 | 0 | 1100001 | 101110 | 111100 | 1011110 | 11100 |
Color Harmonies of #898A04
Complementary color
Monochromatic Colors of #898A04
Black with #898A04
Text Example
Text Example
White with #898A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A04; }
p { color: rgb(137,138,4); }
H1.HeaderClassName
{
color: #898A04;
}
.AnyTagClassName
{
color: #898A04;
}
</style>
background-color css
<style>
a { background-color: #898A04; }
a { background-color: rgb(137,138,4); }
div.DivClassName
{
background-color: #898A04;
}
.BgClassName
{
background-color: #898A04;
}
</style>
border-color css
<style>
span { border-color: #898A04; }
span { border-color: rgb(137,138,4); }
td.TdClassName
{
border-color: #898A04;
}
.TagClassName
{
border-color: #898A04;
}
</style>