Shades of Olivine #96D168
Tints of Olivine #96D168
RGB
CMYK
RGB Variations
Color information
#96D168 (or 0x96D168) is known color: Olivine. HEX triplet: 96, D1 and 68. RGB value is (150,209,104). Sum of RGB (Red+Green+Blue) = 150+209+104=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #96D168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D168 is #692E97. Grayscale: #B3B3B3. Windows color (decimal): -6893208 or 6869398. OLE color: 6869398.
HSL color Cylindrical-coordinate representation of color #96D168: hue angle of 93.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96D168 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 104 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.18 |
| HSL | 93.71º | 0.53% | 0.61% | - |
| HSV(B) | 93.71º | 0.5% | 0.82% | - |
| XYZ | 37.88 | 53.08 | 21.35 | - |
| YUV | 179.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 104 | 0.28 | 0 | 0.50 | 0.18 | 93.71 | 0.53 | 0.61 |
| Hex | 96 | D1 | 68 | 1C | 0 | 32 | 12 | 5E | 35 | 3D |
| Octal | 226 | 321 | 150 | 34 | 0 | 62 | 22 | 136 | 65 | 75 |
| Binary | 10010110 | 11010001 | 1101000 | 11100 | 0 | 110010 | 10010 | 1011110 | 110101 | 111101 |
Color Harmonies of #96D168
Complementary color
Monochromatic Colors of #96D168
Black with #96D168
Text Example
Text Example
White with #96D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D168; }
p { color: rgb(150,209,104); }
H1.HeaderClassName
{
color: #96D168;
}
.AnyTagClassName
{
color: #96D168;
}
</style>
background-color css
<style>
a { background-color: #96D168; }
a { background-color: rgb(150,209,104); }
div.DivClassName
{
background-color: #96D168;
}
.BgClassName
{
background-color: #96D168;
}
</style>
border-color css
<style>
span { border-color: #96D168; }
span { border-color: rgb(150,209,104); }
td.TdClassName
{
border-color: #96D168;
}
.TagClassName
{
border-color: #96D168;
}
</style>