Shades of Olivine #99B86A
Tints of Olivine #99B86A
RGB
CMYK
RGB Variations
Color information
#99B86A (or 0x99B86A) is known color: Olivine. HEX triplet: 99, B8 and 6A. RGB value is (153,184,106). Sum of RGB (Red+Green+Blue) = 153+184+106=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #99B86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B86A is #664795. Grayscale: #A6A6A6. Windows color (decimal): -6702998 or 6994073. OLE color: 6994073.
HSL color Cylindrical-coordinate representation of color #99B86A: hue angle of 83.85º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99B86A is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 106 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.28 |
| HSL | 83.85º | 0.35% | 0.57% | - |
| HSV(B) | 83.85º | 0.42% | 0.72% | - |
| XYZ | 32.88 | 42.09 | 20.03 | - |
| YUV | 165.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 106 | 0.17 | 0 | 0.42 | 0.28 | 83.85 | 0.35 | 0.57 |
| Hex | 99 | B8 | 6A | 11 | 0 | 2A | 1C | 54 | 23 | 39 |
| Octal | 231 | 270 | 152 | 21 | 0 | 52 | 34 | 124 | 43 | 71 |
| Binary | 10011001 | 10111000 | 1101010 | 10001 | 0 | 101010 | 11100 | 1010100 | 100011 | 111001 |
Color Harmonies of #99B86A
Complementary color
Monochromatic Colors of #99B86A
Black with #99B86A
Text Example
Text Example
White with #99B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B86A; }
p { color: rgb(153,184,106); }
H1.HeaderClassName
{
color: #99B86A;
}
.AnyTagClassName
{
color: #99B86A;
}
</style>
background-color css
<style>
a { background-color: #99B86A; }
a { background-color: rgb(153,184,106); }
div.DivClassName
{
background-color: #99B86A;
}
.BgClassName
{
background-color: #99B86A;
}
</style>
border-color css
<style>
span { border-color: #99B86A; }
span { border-color: rgb(153,184,106); }
td.TdClassName
{
border-color: #99B86A;
}
.TagClassName
{
border-color: #99B86A;
}
</style>