Shades of Olivine #96B275
Tints of Olivine #96B275
RGB
CMYK
RGB Variations
Color information
#96B275 (or 0x96B275) is known color: Olivine. HEX triplet: 96, B2 and 75. RGB value is (150,178,117). Sum of RGB (Red+Green+Blue) = 150+178+117=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #96B275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B275 is #694D8A. Grayscale: #A2A2A2. Windows color (decimal): -6901131 or 7713430. OLE color: 7713430.
HSL color Cylindrical-coordinate representation of color #96B275: hue angle of 87.54º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B275 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 178 | 117 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.30 |
| HSL | 87.54º | 0.28% | 0.58% | - |
| HSV(B) | 87.54º | 0.34% | 0.7% | - |
| XYZ | 31.71 | 39.61 | 22.8 | - |
| YUV | 162.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 178 | 117 | 0.16 | 0 | 0.34 | 0.30 | 87.54 | 0.28 | 0.58 |
| Hex | 96 | B2 | 75 | 10 | 0 | 22 | 1E | 58 | 1C | 3A |
| Octal | 226 | 262 | 165 | 20 | 0 | 42 | 36 | 130 | 34 | 72 |
| Binary | 10010110 | 10110010 | 1110101 | 10000 | 0 | 100010 | 11110 | 1011000 | 11100 | 111010 |
Color Harmonies of #96B275
Complementary color
Monochromatic Colors of #96B275
Black with #96B275
Text Example
Text Example
White with #96B275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B275; }
p { color: rgb(150,178,117); }
H1.HeaderClassName
{
color: #96B275;
}
.AnyTagClassName
{
color: #96B275;
}
</style>
background-color css
<style>
a { background-color: #96B275; }
a { background-color: rgb(150,178,117); }
div.DivClassName
{
background-color: #96B275;
}
.BgClassName
{
background-color: #96B275;
}
</style>
border-color css
<style>
span { border-color: #96B275; }
span { border-color: rgb(150,178,117); }
td.TdClassName
{
border-color: #96B275;
}
.TagClassName
{
border-color: #96B275;
}
</style>