Shades of Olivine #96C177
Tints of Olivine #96C177
RGB
CMYK
RGB Variations
Color information
#96C177 (or 0x96C177) is known color: Olivine. HEX triplet: 96, C1 and 77. RGB value is (150,193,119). Sum of RGB (Red+Green+Blue) = 150+193+119=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #96C177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C177 is #693E88. Grayscale: #ABABAB. Windows color (decimal): -6897289 or 7848342. OLE color: 7848342.
HSL color Cylindrical-coordinate representation of color #96C177: hue angle of 94.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96C177 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 119 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.24 |
| HSL | 94.86º | 0.37% | 0.61% | - |
| HSV(B) | 94.86º | 0.38% | 0.76% | - |
| XYZ | 34.98 | 45.96 | 24.48 | - |
| YUV | 171.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 119 | 0.22 | 0 | 0.38 | 0.24 | 94.86 | 0.37 | 0.61 |
| Hex | 96 | C1 | 77 | 16 | 0 | 26 | 18 | 5F | 25 | 3D |
| Octal | 226 | 301 | 167 | 26 | 0 | 46 | 30 | 137 | 45 | 75 |
| Binary | 10010110 | 11000001 | 1110111 | 10110 | 0 | 100110 | 11000 | 1011111 | 100101 | 111101 |
Color Harmonies of #96C177
Complementary color
Monochromatic Colors of #96C177
Black with #96C177
Text Example
Text Example
White with #96C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C177; }
p { color: rgb(150,193,119); }
H1.HeaderClassName
{
color: #96C177;
}
.AnyTagClassName
{
color: #96C177;
}
</style>
background-color css
<style>
a { background-color: #96C177; }
a { background-color: rgb(150,193,119); }
div.DivClassName
{
background-color: #96C177;
}
.BgClassName
{
background-color: #96C177;
}
</style>
border-color css
<style>
span { border-color: #96C177; }
span { border-color: rgb(150,193,119); }
td.TdClassName
{
border-color: #96C177;
}
.TagClassName
{
border-color: #96C177;
}
</style>