Shades of Olivine #96C37B
Tints of Olivine #96C37B
RGB
CMYK
RGB Variations
Color information
#96C37B (or 0x96C37B) is known color: Olivine. HEX triplet: 96, C3 and 7B. RGB value is (150,195,123). Sum of RGB (Red+Green+Blue) = 150+195+123=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #96C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C37B is #693C84. Grayscale: #ADADAD. Windows color (decimal): -6896773 or 8110998. OLE color: 8110998.
HSL color Cylindrical-coordinate representation of color #96C37B: hue angle of 97.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96C37B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 123 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.24 |
| HSL | 97.5º | 0.38% | 0.62% | - |
| HSV(B) | 97.5º | 0.37% | 0.76% | - |
| XYZ | 35.67 | 46.94 | 25.92 | - |
| YUV | 173.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 123 | 0.23 | 0 | 0.37 | 0.24 | 97.5 | 0.38 | 0.62 |
| Hex | 96 | C3 | 7B | 17 | 0 | 25 | 18 | 62 | 26 | 3E |
| Octal | 226 | 303 | 173 | 27 | 0 | 45 | 30 | 142 | 46 | 76 |
| Binary | 10010110 | 11000011 | 1111011 | 10111 | 0 | 100101 | 11000 | 1100010 | 100110 | 111110 |
Color Harmonies of #96C37B
Complementary color
Monochromatic Colors of #96C37B
Black with #96C37B
Text Example
Text Example
White with #96C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C37B; }
p { color: rgb(150,195,123); }
H1.HeaderClassName
{
color: #96C37B;
}
.AnyTagClassName
{
color: #96C37B;
}
</style>
background-color css
<style>
a { background-color: #96C37B; }
a { background-color: rgb(150,195,123); }
div.DivClassName
{
background-color: #96C37B;
}
.BgClassName
{
background-color: #96C37B;
}
</style>
border-color css
<style>
span { border-color: #96C37B; }
span { border-color: rgb(150,195,123); }
td.TdClassName
{
border-color: #96C37B;
}
.TagClassName
{
border-color: #96C37B;
}
</style>