Shades of Olive #899D00
Tints of Olive #899D00
RGB
CMYK
RGB Variations
Color information
#899D00 (or 0x899D00) is known color: Olive. HEX triplet: 89, 9D and 00. RGB value is (137,157,0). Sum of RGB (Red+Green+Blue) = 137+157+0=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #899D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899D00 is #7662FF. Grayscale: #858585. Windows color (decimal): -7758592 or 40329. OLE color: 40329.
HSL color Cylindrical-coordinate representation of color #899D00: hue angle of 67.64º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #899D00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.38 |
| HSL | 67.64º | 1% | 0.31% | - |
| HSV(B) | 67.64º | 1% | 0.62% | - |
| XYZ | 22.37 | 29.43 | 4.5 | - |
| YUV | 133.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 0 | 0.13 | 0 | 1 | 0.38 | 67.64 | 1 | 0.31 |
| Hex | 89 | 9D | 0 | D | 0 | 64 | 26 | 44 | 64 | 1F |
| Octal | 211 | 235 | 0 | 15 | 0 | 144 | 46 | 104 | 144 | 37 |
| Binary | 10001001 | 10011101 | 0 | 1101 | 0 | 1100100 | 100110 | 1000100 | 1100100 | 11111 |
Color Harmonies of #899D00
Complementary color
Monochromatic Colors of #899D00
Black with #899D00
Text Example
Text Example
White with #899D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D00; }
p { color: rgb(137,157,0); }
H1.HeaderClassName
{
color: #899D00;
}
.AnyTagClassName
{
color: #899D00;
}
</style>
background-color css
<style>
a { background-color: #899D00; }
a { background-color: rgb(137,157,0); }
div.DivClassName
{
background-color: #899D00;
}
.BgClassName
{
background-color: #899D00;
}
</style>
border-color css
<style>
span { border-color: #899D00; }
span { border-color: rgb(137,157,0); }
td.TdClassName
{
border-color: #899D00;
}
.TagClassName
{
border-color: #899D00;
}
</style>