Shades of Olivine #99B97A
Tints of Olivine #99B97A
RGB
CMYK
RGB Variations
Color information
#99B97A (or 0x99B97A) is known color: Olivine. HEX triplet: 99, B9 and 7A. RGB value is (153,185,122). Sum of RGB (Red+Green+Blue) = 153+185+122=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #99B97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B97A is #664685. Grayscale: #A8A8A8. Windows color (decimal): -6702726 or 8042905. OLE color: 8042905.
HSL color Cylindrical-coordinate representation of color #99B97A: hue angle of 90.48º 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 #99B97A is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 122 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.27 |
| HSL | 90.48º | 0.31% | 0.6% | - |
| HSV(B) | 90.48º | 0.34% | 0.73% | - |
| XYZ | 34 | 42.88 | 24.9 | - |
| YUV | 168.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 122 | 0.17 | 0 | 0.34 | 0.27 | 90.48 | 0.31 | 0.6 |
| Hex | 99 | B9 | 7A | 11 | 0 | 22 | 1B | 5A | 1F | 3C |
| Octal | 231 | 271 | 172 | 21 | 0 | 42 | 33 | 132 | 37 | 74 |
| Binary | 10011001 | 10111001 | 1111010 | 10001 | 0 | 100010 | 11011 | 1011010 | 11111 | 111100 |
Color Harmonies of #99B97A
Complementary color
Monochromatic Colors of #99B97A
Black with #99B97A
Text Example
Text Example
White with #99B97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B97A; }
p { color: rgb(153,185,122); }
H1.HeaderClassName
{
color: #99B97A;
}
.AnyTagClassName
{
color: #99B97A;
}
</style>
background-color css
<style>
a { background-color: #99B97A; }
a { background-color: rgb(153,185,122); }
div.DivClassName
{
background-color: #99B97A;
}
.BgClassName
{
background-color: #99B97A;
}
</style>
border-color css
<style>
span { border-color: #99B97A; }
span { border-color: rgb(153,185,122); }
td.TdClassName
{
border-color: #99B97A;
}
.TagClassName
{
border-color: #99B97A;
}
</style>