Shades of Olive #899802
Tints of Olive #899802
RGB
CMYK
RGB Variations
Color information
#899802 (or 0x899802) is known color: Olive. HEX triplet: 89, 98 and 02. RGB value is (137,152,2). Sum of RGB (Red+Green+Blue) = 137+152+2=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #899802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899802 is #7667FD. Grayscale: #838383. Windows color (decimal): -7759870 or 170121. OLE color: 170121.
HSL color Cylindrical-coordinate representation of color #899802: hue angle of 66º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #899802 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.40 |
| HSL | 66º | 0.97% | 0.3% | - |
| HSV(B) | 66º | 0.99% | 0.6% | - |
| XYZ | 21.56 | 27.78 | 4.28 | - |
| YUV | 130.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 2 | 0.10 | 0 | 0.99 | 0.40 | 66 | 0.97 | 0.3 |
| Hex | 89 | 98 | 2 | A | 0 | 63 | 28 | 42 | 61 | 1E |
| Octal | 211 | 230 | 2 | 12 | 0 | 143 | 50 | 102 | 141 | 36 |
| Binary | 10001001 | 10011000 | 10 | 1010 | 0 | 1100011 | 101000 | 1000010 | 1100001 | 11110 |
Color Harmonies of #899802
Complementary color
Monochromatic Colors of #899802
Black with #899802
Text Example
Text Example
White with #899802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899802; }
p { color: rgb(137,152,2); }
H1.HeaderClassName
{
color: #899802;
}
.AnyTagClassName
{
color: #899802;
}
</style>
background-color css
<style>
a { background-color: #899802; }
a { background-color: rgb(137,152,2); }
div.DivClassName
{
background-color: #899802;
}
.BgClassName
{
background-color: #899802;
}
</style>
border-color css
<style>
span { border-color: #899802; }
span { border-color: rgb(137,152,2); }
td.TdClassName
{
border-color: #899802;
}
.TagClassName
{
border-color: #899802;
}
</style>