Shades of Olivine #99B97B
Tints of Olivine #99B97B
RGB
CMYK
RGB Variations
Color information
#99B97B (or 0x99B97B) is known color: Olivine. HEX triplet: 99, B9 and 7B. RGB value is (153,185,123). Sum of RGB (Red+Green+Blue) = 153+185+123=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #99B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B97B is #664684. Grayscale: #A8A8A8. Windows color (decimal): -6702725 or 8108441. OLE color: 8108441.
HSL color Cylindrical-coordinate representation of color #99B97B: hue angle of 90.97º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99B97B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 123 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.27 |
| HSL | 90.97º | 0.31% | 0.6% | - |
| HSV(B) | 90.97º | 0.34% | 0.73% | - |
| XYZ | 34.06 | 42.9 | 25.22 | - |
| YUV | 168.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 123 | 0.17 | 0 | 0.34 | 0.27 | 90.97 | 0.31 | 0.6 |
| Hex | 99 | B9 | 7B | 11 | 0 | 22 | 1B | 5B | 1F | 3C |
| Octal | 231 | 271 | 173 | 21 | 0 | 42 | 33 | 133 | 37 | 74 |
| Binary | 10011001 | 10111001 | 1111011 | 10001 | 0 | 100010 | 11011 | 1011011 | 11111 | 111100 |
Color Harmonies of #99B97B
Complementary color
Monochromatic Colors of #99B97B
Black with #99B97B
Text Example
Text Example
White with #99B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B97B; }
p { color: rgb(153,185,123); }
H1.HeaderClassName
{
color: #99B97B;
}
.AnyTagClassName
{
color: #99B97B;
}
</style>
background-color css
<style>
a { background-color: #99B97B; }
a { background-color: rgb(153,185,123); }
div.DivClassName
{
background-color: #99B97B;
}
.BgClassName
{
background-color: #99B97B;
}
</style>
border-color css
<style>
span { border-color: #99B97B; }
span { border-color: rgb(153,185,123); }
td.TdClassName
{
border-color: #99B97B;
}
.TagClassName
{
border-color: #99B97B;
}
</style>