Shades of Olivine #99C560
Tints of Olivine #99C560
RGB
CMYK
RGB Variations
Color information
#99C560 (or 0x99C560) is known color: Olivine. HEX triplet: 99, C5 and 60. RGB value is (153,197,96). Sum of RGB (Red+Green+Blue) = 153+197+96=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #99C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C560 is #663A9F. Grayscale: #ACACAC. Windows color (decimal): -6699680 or 6342041. OLE color: 6342041.
HSL color Cylindrical-coordinate representation of color #99C560: hue angle of 86.14º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99C560 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 96 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.23 |
| HSL | 86.14º | 0.47% | 0.57% | - |
| HSV(B) | 86.14º | 0.51% | 0.77% | - |
| XYZ | 35.21 | 47.55 | 18.39 | - |
| YUV | 172.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 96 | 0.22 | 0 | 0.51 | 0.23 | 86.14 | 0.47 | 0.57 |
| Hex | 99 | C5 | 60 | 16 | 0 | 33 | 17 | 56 | 2F | 39 |
| Octal | 231 | 305 | 140 | 26 | 0 | 63 | 27 | 126 | 57 | 71 |
| Binary | 10011001 | 11000101 | 1100000 | 10110 | 0 | 110011 | 10111 | 1010110 | 101111 | 111001 |
Color Harmonies of #99C560
Complementary color
Monochromatic Colors of #99C560
Black with #99C560
Text Example
Text Example
White with #99C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C560; }
p { color: rgb(153,197,96); }
H1.HeaderClassName
{
color: #99C560;
}
.AnyTagClassName
{
color: #99C560;
}
</style>
background-color css
<style>
a { background-color: #99C560; }
a { background-color: rgb(153,197,96); }
div.DivClassName
{
background-color: #99C560;
}
.BgClassName
{
background-color: #99C560;
}
</style>
border-color css
<style>
span { border-color: #99C560; }
span { border-color: rgb(153,197,96); }
td.TdClassName
{
border-color: #99C560;
}
.TagClassName
{
border-color: #99C560;
}
</style>