Shades of Olivine #99C56C
Tints of Olivine #99C56C
RGB
CMYK
RGB Variations
Color information
#99C56C (or 0x99C56C) is known color: Olivine. HEX triplet: 99, C5 and 6C. RGB value is (153,197,108). Sum of RGB (Red+Green+Blue) = 153+197+108=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #99C56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C56C is #663A93. Grayscale: #AEAEAE. Windows color (decimal): -6699668 or 7128473. OLE color: 7128473.
HSL color Cylindrical-coordinate representation of color #99C56C: hue angle of 89.66º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99C56C is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 108 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.23 |
| HSL | 89.66º | 0.43% | 0.6% | - |
| HSV(B) | 89.66º | 0.45% | 0.77% | - |
| XYZ | 35.81 | 47.79 | 21.52 | - |
| YUV | 173.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 108 | 0.22 | 0 | 0.45 | 0.23 | 89.66 | 0.43 | 0.6 |
| Hex | 99 | C5 | 6C | 16 | 0 | 2D | 17 | 5A | 2B | 3C |
| Octal | 231 | 305 | 154 | 26 | 0 | 55 | 27 | 132 | 53 | 74 |
| Binary | 10011001 | 11000101 | 1101100 | 10110 | 0 | 101101 | 10111 | 1011010 | 101011 | 111100 |
Color Harmonies of #99C56C
Complementary color
Monochromatic Colors of #99C56C
Black with #99C56C
Text Example
Text Example
White with #99C56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C56C; }
p { color: rgb(153,197,108); }
H1.HeaderClassName
{
color: #99C56C;
}
.AnyTagClassName
{
color: #99C56C;
}
</style>
background-color css
<style>
a { background-color: #99C56C; }
a { background-color: rgb(153,197,108); }
div.DivClassName
{
background-color: #99C56C;
}
.BgClassName
{
background-color: #99C56C;
}
</style>
border-color css
<style>
span { border-color: #99C56C; }
span { border-color: rgb(153,197,108); }
td.TdClassName
{
border-color: #99C56C;
}
.TagClassName
{
border-color: #99C56C;
}
</style>