Shades of Olivine #99B56C
Tints of Olivine #99B56C
RGB
CMYK
RGB Variations
Color information
#99B56C (or 0x99B56C) is known color: Olivine. HEX triplet: 99, B5 and 6C. RGB value is (153,181,108). Sum of RGB (Red+Green+Blue) = 153+181+108=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #99B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B56C is #664A93. Grayscale: #A4A4A4. Windows color (decimal): -6703764 or 7124377. OLE color: 7124377.
HSL color Cylindrical-coordinate representation of color #99B56C: hue angle of 83.01º 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 #99B56C is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 181 | 108 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.29 |
| HSL | 83.01º | 0.33% | 0.57% | - |
| HSV(B) | 83.01º | 0.4% | 0.71% | - |
| XYZ | 32.37 | 40.9 | 20.38 | - |
| YUV | 164.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 181 | 108 | 0.15 | 0 | 0.40 | 0.29 | 83.01 | 0.33 | 0.57 |
| Hex | 99 | B5 | 6C | F | 0 | 28 | 1D | 53 | 21 | 39 |
| Octal | 231 | 265 | 154 | 17 | 0 | 50 | 35 | 123 | 41 | 71 |
| Binary | 10011001 | 10110101 | 1101100 | 1111 | 0 | 101000 | 11101 | 1010011 | 100001 | 111001 |
Color Harmonies of #99B56C
Complementary color
Monochromatic Colors of #99B56C
Black with #99B56C
Text Example
Text Example
White with #99B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B56C; }
p { color: rgb(153,181,108); }
H1.HeaderClassName
{
color: #99B56C;
}
.AnyTagClassName
{
color: #99B56C;
}
</style>
background-color css
<style>
a { background-color: #99B56C; }
a { background-color: rgb(153,181,108); }
div.DivClassName
{
background-color: #99B56C;
}
.BgClassName
{
background-color: #99B56C;
}
</style>
border-color css
<style>
span { border-color: #99B56C; }
span { border-color: rgb(153,181,108); }
td.TdClassName
{
border-color: #99B56C;
}
.TagClassName
{
border-color: #99B56C;
}
</style>