Shades of Olivine #96C358
Tints of Olivine #96C358
RGB
CMYK
RGB Variations
Color information
#96C358 (or 0x96C358) is known color: Olivine. HEX triplet: 96, C3 and 58. RGB value is (150,195,88). Sum of RGB (Red+Green+Blue) = 150+195+88=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #96C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C358 is #693CA7. Grayscale: #A9A9A9. Windows color (decimal): -6896808 or 5817238. OLE color: 5817238.
HSL color Cylindrical-coordinate representation of color #96C358: hue angle of 85.23º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96C358 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 88 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.24 |
| HSL | 85.23º | 0.47% | 0.55% | - |
| HSV(B) | 85.23º | 0.55% | 0.76% | - |
| XYZ | 33.85 | 46.22 | 16.37 | - |
| YUV | 169.35 | 82.09 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 88 | 0.23 | 0 | 0.55 | 0.24 | 85.23 | 0.47 | 0.55 |
| Hex | 96 | C3 | 58 | 17 | 0 | 37 | 18 | 55 | 2F | 37 |
| Octal | 226 | 303 | 130 | 27 | 0 | 67 | 30 | 125 | 57 | 67 |
| Binary | 10010110 | 11000011 | 1011000 | 10111 | 0 | 110111 | 11000 | 1010101 | 101111 | 110111 |
Color Harmonies of #96C358
Complementary color
Monochromatic Colors of #96C358
Black with #96C358
Text Example
Text Example
White with #96C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C358; }
p { color: rgb(150,195,88); }
H1.HeaderClassName
{
color: #96C358;
}
.AnyTagClassName
{
color: #96C358;
}
</style>
background-color css
<style>
a { background-color: #96C358; }
a { background-color: rgb(150,195,88); }
div.DivClassName
{
background-color: #96C358;
}
.BgClassName
{
background-color: #96C358;
}
</style>
border-color css
<style>
span { border-color: #96C358; }
span { border-color: rgb(150,195,88); }
td.TdClassName
{
border-color: #96C358;
}
.TagClassName
{
border-color: #96C358;
}
</style>