Shades of Olivine #96D16B
Tints of Olivine #96D16B
RGB
CMYK
RGB Variations
Color information
#96D16B (or 0x96D16B) is known color: Olivine. HEX triplet: 96, D1 and 6B. RGB value is (150,209,107). Sum of RGB (Red+Green+Blue) = 150+209+107=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #96D16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D16B is #692E94. Grayscale: #B4B4B4. Windows color (decimal): -6893205 or 7066006. OLE color: 7066006.
HSL color Cylindrical-coordinate representation of color #96D16B: hue angle of 94.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96D16B is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 107 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.18 |
| HSL | 94.71º | 0.53% | 0.62% | - |
| HSV(B) | 94.71º | 0.49% | 0.82% | - |
| XYZ | 38.03 | 53.15 | 22.16 | - |
| YUV | 179.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 107 | 0.28 | 0 | 0.49 | 0.18 | 94.71 | 0.53 | 0.62 |
| Hex | 96 | D1 | 6B | 1C | 0 | 31 | 12 | 5F | 35 | 3E |
| Octal | 226 | 321 | 153 | 34 | 0 | 61 | 22 | 137 | 65 | 76 |
| Binary | 10010110 | 11010001 | 1101011 | 11100 | 0 | 110001 | 10010 | 1011111 | 110101 | 111110 |
Color Harmonies of #96D16B
Complementary color
Monochromatic Colors of #96D16B
Black with #96D16B
Text Example
Text Example
White with #96D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D16B; }
p { color: rgb(150,209,107); }
H1.HeaderClassName
{
color: #96D16B;
}
.AnyTagClassName
{
color: #96D16B;
}
</style>
background-color css
<style>
a { background-color: #96D16B; }
a { background-color: rgb(150,209,107); }
div.DivClassName
{
background-color: #96D16B;
}
.BgClassName
{
background-color: #96D16B;
}
</style>
border-color css
<style>
span { border-color: #96D16B; }
span { border-color: rgb(150,209,107); }
td.TdClassName
{
border-color: #96D16B;
}
.TagClassName
{
border-color: #96D16B;
}
</style>