Shades of Olive #899B00
Tints of Olive #899B00
RGB
CMYK
RGB Variations
Color information
#899B00 (or 0x899B00) is known color: Olive. HEX triplet: 89, 9B and 00. RGB value is (137,155,0). Sum of RGB (Red+Green+Blue) = 137+155+0=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #899B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899B00 is #7664FF. Grayscale: #848484. Windows color (decimal): -7759104 or 39817. OLE color: 39817.
HSL color Cylindrical-coordinate representation of color #899B00: hue angle of 66.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #899B00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.39 |
| HSL | 66.97º | 1% | 0.3% | - |
| HSV(B) | 66.97º | 1% | 0.61% | - |
| XYZ | 22.04 | 28.76 | 4.39 | - |
| YUV | 131.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 0 | 0.12 | 0 | 1 | 0.39 | 66.97 | 1 | 0.3 |
| Hex | 89 | 9B | 0 | C | 0 | 64 | 27 | 43 | 64 | 1E |
| Octal | 211 | 233 | 0 | 14 | 0 | 144 | 47 | 103 | 144 | 36 |
| Binary | 10001001 | 10011011 | 0 | 1100 | 0 | 1100100 | 100111 | 1000011 | 1100100 | 11110 |
Color Harmonies of #899B00
Complementary color
Monochromatic Colors of #899B00
Black with #899B00
Text Example
Text Example
White with #899B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B00; }
p { color: rgb(137,155,0); }
H1.HeaderClassName
{
color: #899B00;
}
.AnyTagClassName
{
color: #899B00;
}
</style>
background-color css
<style>
a { background-color: #899B00; }
a { background-color: rgb(137,155,0); }
div.DivClassName
{
background-color: #899B00;
}
.BgClassName
{
background-color: #899B00;
}
</style>
border-color css
<style>
span { border-color: #899B00; }
span { border-color: rgb(137,155,0); }
td.TdClassName
{
border-color: #899B00;
}
.TagClassName
{
border-color: #899B00;
}
</style>