Shades of Olivine #99BD73
Tints of Olivine #99BD73
RGB
CMYK
RGB Variations
Color information
#99BD73 (or 0x99BD73) is known color: Olivine. HEX triplet: 99, BD and 73. RGB value is (153,189,115). Sum of RGB (Red+Green+Blue) = 153+189+115=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD73 is #66428C. Grayscale: #AAAAAA. Windows color (decimal): -6701709 or 7585177. OLE color: 7585177.
HSL color Cylindrical-coordinate representation of color #99BD73: hue angle of 89.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BD73 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 115 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.26 |
| HSL | 89.19º | 0.36% | 0.6% | - |
| HSV(B) | 89.19º | 0.39% | 0.74% | - |
| XYZ | 34.43 | 44.41 | 22.98 | - |
| YUV | 169.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 115 | 0.19 | 0 | 0.39 | 0.26 | 89.19 | 0.36 | 0.6 |
| Hex | 99 | BD | 73 | 13 | 0 | 27 | 1A | 59 | 24 | 3C |
| Octal | 231 | 275 | 163 | 23 | 0 | 47 | 32 | 131 | 44 | 74 |
| Binary | 10011001 | 10111101 | 1110011 | 10011 | 0 | 100111 | 11010 | 1011001 | 100100 | 111100 |
Color Harmonies of #99BD73
Complementary color
Monochromatic Colors of #99BD73
Black with #99BD73
Text Example
Text Example
White with #99BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD73; }
p { color: rgb(153,189,115); }
H1.HeaderClassName
{
color: #99BD73;
}
.AnyTagClassName
{
color: #99BD73;
}
</style>
background-color css
<style>
a { background-color: #99BD73; }
a { background-color: rgb(153,189,115); }
div.DivClassName
{
background-color: #99BD73;
}
.BgClassName
{
background-color: #99BD73;
}
</style>
border-color css
<style>
span { border-color: #99BD73; }
span { border-color: rgb(153,189,115); }
td.TdClassName
{
border-color: #99BD73;
}
.TagClassName
{
border-color: #99BD73;
}
</style>