Shades of Olivine #96C56B
Tints of Olivine #96C56B
RGB
CMYK
RGB Variations
Color information
#96C56B (or 0x96C56B) is known color: Olivine. HEX triplet: 96, C5 and 6B. RGB value is (150,197,107). Sum of RGB (Red+Green+Blue) = 150+197+107=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #96C56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C56B is #693A94. Grayscale: #ADADAD. Windows color (decimal): -6896277 or 7062934. OLE color: 7062934.
HSL color Cylindrical-coordinate representation of color #96C56B: hue angle of 91.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96C56B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 107 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.23 |
| HSL | 91.33º | 0.44% | 0.6% | - |
| HSV(B) | 91.33º | 0.46% | 0.77% | - |
| XYZ | 35.2 | 47.48 | 21.22 | - |
| YUV | 172.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 107 | 0.24 | 0 | 0.46 | 0.23 | 91.33 | 0.44 | 0.6 |
| Hex | 96 | C5 | 6B | 18 | 0 | 2E | 17 | 5B | 2C | 3C |
| Octal | 226 | 305 | 153 | 30 | 0 | 56 | 27 | 133 | 54 | 74 |
| Binary | 10010110 | 11000101 | 1101011 | 11000 | 0 | 101110 | 10111 | 1011011 | 101100 | 111100 |
Color Harmonies of #96C56B
Complementary color
Monochromatic Colors of #96C56B
Black with #96C56B
Text Example
Text Example
White with #96C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C56B; }
p { color: rgb(150,197,107); }
H1.HeaderClassName
{
color: #96C56B;
}
.AnyTagClassName
{
color: #96C56B;
}
</style>
background-color css
<style>
a { background-color: #96C56B; }
a { background-color: rgb(150,197,107); }
div.DivClassName
{
background-color: #96C56B;
}
.BgClassName
{
background-color: #96C56B;
}
</style>
border-color css
<style>
span { border-color: #96C56B; }
span { border-color: rgb(150,197,107); }
td.TdClassName
{
border-color: #96C56B;
}
.TagClassName
{
border-color: #96C56B;
}
</style>