Shades of Olive #899B01
Tints of Olive #899B01
RGB
CMYK
RGB Variations
Color information
#899B01 (or 0x899B01) is known color: Olive. HEX triplet: 89, 9B and 01. RGB value is (137,155,1). Sum of RGB (Red+Green+Blue) = 137+155+1=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #899B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899B01 is #7664FE. Grayscale: #848484. Windows color (decimal): -7759103 or 105353. OLE color: 105353.
HSL color Cylindrical-coordinate representation of color #899B01: hue angle of 67.01º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #899B01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 155 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.39 |
| HSL | 67.01º | 0.99% | 0.31% | - |
| HSV(B) | 67.01º | 0.99% | 0.61% | - |
| XYZ | 22.04 | 28.76 | 4.42 | - |
| YUV | 132.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 155 | 1 | 0.12 | 0 | 0.99 | 0.39 | 67.01 | 0.99 | 0.31 |
| Hex | 89 | 9B | 1 | C | 0 | 63 | 27 | 43 | 63 | 1F |
| Octal | 211 | 233 | 1 | 14 | 0 | 143 | 47 | 103 | 143 | 37 |
| Binary | 10001001 | 10011011 | 1 | 1100 | 0 | 1100011 | 100111 | 1000011 | 1100011 | 11111 |
Color Harmonies of #899B01
Complementary color
Monochromatic Colors of #899B01
Black with #899B01
Text Example
Text Example
White with #899B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899B01; }
p { color: rgb(137,155,1); }
H1.HeaderClassName
{
color: #899B01;
}
.AnyTagClassName
{
color: #899B01;
}
</style>
background-color css
<style>
a { background-color: #899B01; }
a { background-color: rgb(137,155,1); }
div.DivClassName
{
background-color: #899B01;
}
.BgClassName
{
background-color: #899B01;
}
</style>
border-color css
<style>
span { border-color: #899B01; }
span { border-color: rgb(137,155,1); }
td.TdClassName
{
border-color: #899B01;
}
.TagClassName
{
border-color: #899B01;
}
</style>