Shades of Olivine #96BC7C
Tints of Olivine #96BC7C
RGB
CMYK
RGB Variations
Color information
#96BC7C (or 0x96BC7C) is known color: Olivine. HEX triplet: 96, BC and 7C. RGB value is (150,188,124). Sum of RGB (Red+Green+Blue) = 150+188+124=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC7C is #694383. Grayscale: #A9A9A9. Windows color (decimal): -6898564 or 8174742. OLE color: 8174742.
HSL color Cylindrical-coordinate representation of color #96BC7C: hue angle of 95.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BC7C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 124 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.26 |
| HSL | 95.63º | 0.32% | 0.61% | - |
| HSV(B) | 95.63º | 0.34% | 0.74% | - |
| XYZ | 34.2 | 43.91 | 25.74 | - |
| YUV | 169.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 124 | 0.20 | 0 | 0.34 | 0.26 | 95.63 | 0.32 | 0.61 |
| Hex | 96 | BC | 7C | 14 | 0 | 22 | 1A | 60 | 20 | 3D |
| Octal | 226 | 274 | 174 | 24 | 0 | 42 | 32 | 140 | 40 | 75 |
| Binary | 10010110 | 10111100 | 1111100 | 10100 | 0 | 100010 | 11010 | 1100000 | 100000 | 111101 |
Color Harmonies of #96BC7C
Complementary color
Monochromatic Colors of #96BC7C
Black with #96BC7C
Text Example
Text Example
White with #96BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC7C; }
p { color: rgb(150,188,124); }
H1.HeaderClassName
{
color: #96BC7C;
}
.AnyTagClassName
{
color: #96BC7C;
}
</style>
background-color css
<style>
a { background-color: #96BC7C; }
a { background-color: rgb(150,188,124); }
div.DivClassName
{
background-color: #96BC7C;
}
.BgClassName
{
background-color: #96BC7C;
}
</style>
border-color css
<style>
span { border-color: #96BC7C; }
span { border-color: rgb(150,188,124); }
td.TdClassName
{
border-color: #96BC7C;
}
.TagClassName
{
border-color: #96BC7C;
}
</style>