Shades of Olive #898A08
Tints of Olive #898A08
RGB
CMYK
RGB Variations
Color information
#898A08 (or 0x898A08) is known color: Olive. HEX triplet: 89, 8A and 08. RGB value is (137,138,8). Sum of RGB (Red+Green+Blue) = 137+138+8=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #898A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898A08 is #7675F7. Grayscale: #7B7B7B. Windows color (decimal): -7763448 or 559753. OLE color: 559753.
HSL color Cylindrical-coordinate representation of color #898A08: hue angle of 60.46º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #898A08 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 138 | 8 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.46 |
| HSL | 60.46º | 0.89% | 0.29% | - |
| HSV(B) | 60.46º | 0.94% | 0.54% | - |
| XYZ | 19.45 | 23.51 | 3.74 | - |
| YUV | 122.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 138 | 8 | 0.01 | 0 | 0.94 | 0.46 | 60.46 | 0.89 | 0.29 |
| Hex | 89 | 8A | 8 | 1 | 0 | 5E | 2E | 3C | 59 | 1D |
| Octal | 211 | 212 | 10 | 1 | 0 | 136 | 56 | 74 | 131 | 35 |
| Binary | 10001001 | 10001010 | 1000 | 1 | 0 | 1011110 | 101110 | 111100 | 1011001 | 11101 |
Color Harmonies of #898A08
Complementary color
Monochromatic Colors of #898A08
Black with #898A08
Text Example
Text Example
White with #898A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A08; }
p { color: rgb(137,138,8); }
H1.HeaderClassName
{
color: #898A08;
}
.AnyTagClassName
{
color: #898A08;
}
</style>
background-color css
<style>
a { background-color: #898A08; }
a { background-color: rgb(137,138,8); }
div.DivClassName
{
background-color: #898A08;
}
.BgClassName
{
background-color: #898A08;
}
</style>
border-color css
<style>
span { border-color: #898A08; }
span { border-color: rgb(137,138,8); }
td.TdClassName
{
border-color: #898A08;
}
.TagClassName
{
border-color: #898A08;
}
</style>