Shades of Olive #898907
Tints of Olive #898907
RGB
CMYK
RGB Variations
Color information
#898907 (or 0x898907) is known color: Olive. HEX triplet: 89, 89 and 07. RGB value is (137,137,7). Sum of RGB (Red+Green+Blue) = 137+137+7=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898907 is #7676F8. Grayscale: #7A7A7A. Windows color (decimal): -7763705 or 493961. OLE color: 493961.
HSL color Cylindrical-coordinate representation of color #898907: hue angle of 60º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #898907 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 7 | - |
| CMYK | 0 | 0 | 0.95 | 0.46 |
| HSL | 60º | 0.9% | 0.28% | - |
| HSV(B) | 60º | 0.95% | 0.54% | - |
| XYZ | 19.3 | 23.23 | 3.67 | - |
| YUV | 122.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 7 | 0 | 0 | 0.95 | 0.46 | 60 | 0.9 | 0.28 |
| Hex | 89 | 89 | 7 | 0 | 0 | 5F | 2E | 3C | 5A | 1C |
| Octal | 211 | 211 | 7 | 0 | 0 | 137 | 56 | 74 | 132 | 34 |
| Binary | 10001001 | 10001001 | 111 | 0 | 0 | 1011111 | 101110 | 111100 | 1011010 | 11100 |
Color Harmonies of #898907
Complementary color
Monochromatic Colors of #898907
Black with #898907
Text Example
Text Example
White with #898907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898907; }
p { color: rgb(137,137,7); }
H1.HeaderClassName
{
color: #898907;
}
.AnyTagClassName
{
color: #898907;
}
</style>
background-color css
<style>
a { background-color: #898907; }
a { background-color: rgb(137,137,7); }
div.DivClassName
{
background-color: #898907;
}
.BgClassName
{
background-color: #898907;
}
</style>
border-color css
<style>
span { border-color: #898907; }
span { border-color: rgb(137,137,7); }
td.TdClassName
{
border-color: #898907;
}
.TagClassName
{
border-color: #898907;
}
</style>