Shades of Olivine #96C36D
Tints of Olivine #96C36D
RGB
CMYK
RGB Variations
Color information
#96C36D (or 0x96C36D) is known color: Olivine. HEX triplet: 96, C3 and 6D. RGB value is (150,195,109). Sum of RGB (Red+Green+Blue) = 150+195+109=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #96C36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C36D is #693C92. Grayscale: #ACACAC. Windows color (decimal): -6896787 or 7193494. OLE color: 7193494.
HSL color Cylindrical-coordinate representation of color #96C36D: hue angle of 91.4º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96C36D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 109 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.24 |
| HSL | 91.4º | 0.42% | 0.6% | - |
| HSV(B) | 91.4º | 0.44% | 0.76% | - |
| XYZ | 34.85 | 46.62 | 21.63 | - |
| YUV | 171.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 109 | 0.23 | 0 | 0.44 | 0.24 | 91.4 | 0.42 | 0.6 |
| Hex | 96 | C3 | 6D | 17 | 0 | 2C | 18 | 5B | 2A | 3C |
| Octal | 226 | 303 | 155 | 27 | 0 | 54 | 30 | 133 | 52 | 74 |
| Binary | 10010110 | 11000011 | 1101101 | 10111 | 0 | 101100 | 11000 | 1011011 | 101010 | 111100 |
Color Harmonies of #96C36D
Complementary color
Monochromatic Colors of #96C36D
Black with #96C36D
Text Example
Text Example
White with #96C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C36D; }
p { color: rgb(150,195,109); }
H1.HeaderClassName
{
color: #96C36D;
}
.AnyTagClassName
{
color: #96C36D;
}
</style>
background-color css
<style>
a { background-color: #96C36D; }
a { background-color: rgb(150,195,109); }
div.DivClassName
{
background-color: #96C36D;
}
.BgClassName
{
background-color: #96C36D;
}
</style>
border-color css
<style>
span { border-color: #96C36D; }
span { border-color: rgb(150,195,109); }
td.TdClassName
{
border-color: #96C36D;
}
.TagClassName
{
border-color: #96C36D;
}
</style>