Shades of Olivine #96C96F
Tints of Olivine #96C96F
RGB
CMYK
RGB Variations
Color information
#96C96F (or 0x96C96F) is known color: Olivine. HEX triplet: 96, C9 and 6F. RGB value is (150,201,111). Sum of RGB (Red+Green+Blue) = 150+201+111=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #96C96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C96F is #693690. Grayscale: #AFAFAF. Windows color (decimal): -6895249 or 7326102. OLE color: 7326102.
HSL color Cylindrical-coordinate representation of color #96C96F: hue angle of 94º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96C96F is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 111 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.21 |
| HSL | 94º | 0.45% | 0.61% | - |
| HSV(B) | 94º | 0.45% | 0.79% | - |
| XYZ | 36.33 | 49.41 | 22.66 | - |
| YUV | 175.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 111 | 0.25 | 0 | 0.45 | 0.21 | 94 | 0.45 | 0.61 |
| Hex | 96 | C9 | 6F | 19 | 0 | 2D | 15 | 5E | 2D | 3D |
| Octal | 226 | 311 | 157 | 31 | 0 | 55 | 25 | 136 | 55 | 75 |
| Binary | 10010110 | 11001001 | 1101111 | 11001 | 0 | 101101 | 10101 | 1011110 | 101101 | 111101 |
Color Harmonies of #96C96F
Complementary color
Monochromatic Colors of #96C96F
Black with #96C96F
Text Example
Text Example
White with #96C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C96F; }
p { color: rgb(150,201,111); }
H1.HeaderClassName
{
color: #96C96F;
}
.AnyTagClassName
{
color: #96C96F;
}
</style>
background-color css
<style>
a { background-color: #96C96F; }
a { background-color: rgb(150,201,111); }
div.DivClassName
{
background-color: #96C96F;
}
.BgClassName
{
background-color: #96C96F;
}
</style>
border-color css
<style>
span { border-color: #96C96F; }
span { border-color: rgb(150,201,111); }
td.TdClassName
{
border-color: #96C96F;
}
.TagClassName
{
border-color: #96C96F;
}
</style>