Shades of Olivine #96BC76
Tints of Olivine #96BC76
RGB
CMYK
RGB Variations
Color information
#96BC76 (or 0x96BC76) is known color: Olivine. HEX triplet: 96, BC and 76. RGB value is (150,188,118). Sum of RGB (Red+Green+Blue) = 150+188+118=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC76 is #694389. Grayscale: #A8A8A8. Windows color (decimal): -6898570 or 7781526. OLE color: 7781526.
HSL color Cylindrical-coordinate representation of color #96BC76: hue angle of 92.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96BC76 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 118 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.26 |
| HSL | 92.57º | 0.34% | 0.6% | - |
| HSV(B) | 92.57º | 0.37% | 0.74% | - |
| XYZ | 33.83 | 43.76 | 23.8 | - |
| YUV | 168.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 118 | 0.20 | 0 | 0.37 | 0.26 | 92.57 | 0.34 | 0.6 |
| Hex | 96 | BC | 76 | 14 | 0 | 25 | 1A | 5D | 22 | 3C |
| Octal | 226 | 274 | 166 | 24 | 0 | 45 | 32 | 135 | 42 | 74 |
| Binary | 10010110 | 10111100 | 1110110 | 10100 | 0 | 100101 | 11010 | 1011101 | 100010 | 111100 |
Color Harmonies of #96BC76
Complementary color
Monochromatic Colors of #96BC76
Black with #96BC76
Text Example
Text Example
White with #96BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC76; }
p { color: rgb(150,188,118); }
H1.HeaderClassName
{
color: #96BC76;
}
.AnyTagClassName
{
color: #96BC76;
}
</style>
background-color css
<style>
a { background-color: #96BC76; }
a { background-color: rgb(150,188,118); }
div.DivClassName
{
background-color: #96BC76;
}
.BgClassName
{
background-color: #96BC76;
}
</style>
border-color css
<style>
span { border-color: #96BC76; }
span { border-color: rgb(150,188,118); }
td.TdClassName
{
border-color: #96BC76;
}
.TagClassName
{
border-color: #96BC76;
}
</style>