Shades of Olivine #99B56D
Tints of Olivine #99B56D
RGB
CMYK
RGB Variations
Color information
#99B56D (or 0x99B56D) is known color: Olivine. HEX triplet: 99, B5 and 6D. RGB value is (153,181,109). Sum of RGB (Red+Green+Blue) = 153+181+109=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #99B56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B56D is #664A92. Grayscale: #A4A4A4. Windows color (decimal): -6703763 or 7189913. OLE color: 7189913.
HSL color Cylindrical-coordinate representation of color #99B56D: hue angle of 83.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99B56D is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 109 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.29 |
| HSL | 83.33º | 0.33% | 0.57% | - |
| HSV(B) | 83.33º | 0.4% | 0.71% | - |
| XYZ | 32.42 | 40.92 | 20.66 | - |
| YUV | 164.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 109 | 0.15 | 0 | 0.40 | 0.29 | 83.33 | 0.33 | 0.57 |
| Hex | 99 | B5 | 6D | F | 0 | 28 | 1D | 53 | 21 | 39 |
| Octal | 231 | 265 | 155 | 17 | 0 | 50 | 35 | 123 | 41 | 71 |
| Binary | 10011001 | 10110101 | 1101101 | 1111 | 0 | 101000 | 11101 | 1010011 | 100001 | 111001 |
Color Harmonies of #99B56D
Complementary color
Monochromatic Colors of #99B56D
Black with #99B56D
Text Example
Text Example
White with #99B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B56D; }
p { color: rgb(153,181,109); }
H1.HeaderClassName
{
color: #99B56D;
}
.AnyTagClassName
{
color: #99B56D;
}
</style>
background-color css
<style>
a { background-color: #99B56D; }
a { background-color: rgb(153,181,109); }
div.DivClassName
{
background-color: #99B56D;
}
.BgClassName
{
background-color: #99B56D;
}
</style>
border-color css
<style>
span { border-color: #99B56D; }
span { border-color: rgb(153,181,109); }
td.TdClassName
{
border-color: #99B56D;
}
.TagClassName
{
border-color: #99B56D;
}
</style>