Shades of Olivine #96C17A
Tints of Olivine #96C17A
RGB
CMYK
RGB Variations
Color information
#96C17A (or 0x96C17A) is known color: Olivine. HEX triplet: 96, C1 and 7A. RGB value is (150,193,122). Sum of RGB (Red+Green+Blue) = 150+193+122=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #96C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C17A is #693E85. Grayscale: #ACACAC. Windows color (decimal): -6897286 or 8044950. OLE color: 8044950.
HSL color Cylindrical-coordinate representation of color #96C17A: hue angle of 96.34º degrees, saturation: 0.36, 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 #96C17A is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 122 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.24 |
| HSL | 96.34º | 0.36% | 0.62% | - |
| HSV(B) | 96.34º | 0.37% | 0.76% | - |
| XYZ | 35.16 | 46.03 | 25.44 | - |
| YUV | 172.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 122 | 0.22 | 0 | 0.37 | 0.24 | 96.34 | 0.36 | 0.62 |
| Hex | 96 | C1 | 7A | 16 | 0 | 25 | 18 | 60 | 24 | 3E |
| Octal | 226 | 301 | 172 | 26 | 0 | 45 | 30 | 140 | 44 | 76 |
| Binary | 10010110 | 11000001 | 1111010 | 10110 | 0 | 100101 | 11000 | 1100000 | 100100 | 111110 |
Color Harmonies of #96C17A
Complementary color
Monochromatic Colors of #96C17A
Black with #96C17A
Text Example
Text Example
White with #96C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C17A; }
p { color: rgb(150,193,122); }
H1.HeaderClassName
{
color: #96C17A;
}
.AnyTagClassName
{
color: #96C17A;
}
</style>
background-color css
<style>
a { background-color: #96C17A; }
a { background-color: rgb(150,193,122); }
div.DivClassName
{
background-color: #96C17A;
}
.BgClassName
{
background-color: #96C17A;
}
</style>
border-color css
<style>
span { border-color: #96C17A; }
span { border-color: rgb(150,193,122); }
td.TdClassName
{
border-color: #96C17A;
}
.TagClassName
{
border-color: #96C17A;
}
</style>