Shades of Olive #899D01
Tints of Olive #899D01
RGB
CMYK
RGB Variations
Color information
#899D01 (or 0x899D01) is known color: Olive. HEX triplet: 89, 9D and 01. RGB value is (137,157,1). Sum of RGB (Red+Green+Blue) = 137+157+1=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #899D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899D01 is #7662FE. Grayscale: #858585. Windows color (decimal): -7758591 or 105865. OLE color: 105865.
HSL color Cylindrical-coordinate representation of color #899D01: hue angle of 67.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #899D01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.38 |
| HSL | 67.69º | 0.99% | 0.31% | - |
| HSV(B) | 67.69º | 0.99% | 0.62% | - |
| XYZ | 22.38 | 29.43 | 4.53 | - |
| YUV | 133.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 1 | 0.13 | 0 | 0.99 | 0.38 | 67.69 | 0.99 | 0.31 |
| Hex | 89 | 9D | 1 | D | 0 | 63 | 26 | 44 | 63 | 1F |
| Octal | 211 | 235 | 1 | 15 | 0 | 143 | 46 | 104 | 143 | 37 |
| Binary | 10001001 | 10011101 | 1 | 1101 | 0 | 1100011 | 100110 | 1000100 | 1100011 | 11111 |
Color Harmonies of #899D01
Complementary color
Monochromatic Colors of #899D01
Black with #899D01
Text Example
Text Example
White with #899D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D01; }
p { color: rgb(137,157,1); }
H1.HeaderClassName
{
color: #899D01;
}
.AnyTagClassName
{
color: #899D01;
}
</style>
background-color css
<style>
a { background-color: #899D01; }
a { background-color: rgb(137,157,1); }
div.DivClassName
{
background-color: #899D01;
}
.BgClassName
{
background-color: #899D01;
}
</style>
border-color css
<style>
span { border-color: #899D01; }
span { border-color: rgb(137,157,1); }
td.TdClassName
{
border-color: #899D01;
}
.TagClassName
{
border-color: #899D01;
}
</style>