Shades of Olivine #96A87B
Tints of Olivine #96A87B
RGB
CMYK
RGB Variations
Color information
#96A87B (or 0x96A87B) is known color: Olivine. HEX triplet: 96, A8 and 7B. RGB value is (150,168,123). Sum of RGB (Red+Green+Blue) = 150+168+123=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #96A87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A87B is #695784. Grayscale: #9D9D9D. Windows color (decimal): -6903685 or 8104086. OLE color: 8104086.
HSL color Cylindrical-coordinate representation of color #96A87B: hue angle of 84º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A87B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 168 | 123 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.34 |
| HSL | 84º | 0.21% | 0.57% | - |
| HSV(B) | 84º | 0.27% | 0.66% | - |
| XYZ | 30.16 | 35.92 | 24.08 | - |
| YUV | 157.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 123 | 0.11 | 0 | 0.27 | 0.34 | 84 | 0.21 | 0.57 |
| Hex | 96 | A8 | 7B | B | 0 | 1B | 22 | 54 | 15 | 39 |
| Octal | 226 | 250 | 173 | 13 | 0 | 33 | 42 | 124 | 25 | 71 |
| Binary | 10010110 | 10101000 | 1111011 | 1011 | 0 | 11011 | 100010 | 1010100 | 10101 | 111001 |
Color Harmonies of #96A87B
Complementary color
Monochromatic Colors of #96A87B
Black with #96A87B
Text Example
Text Example
White with #96A87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A87B; }
p { color: rgb(150,168,123); }
H1.HeaderClassName
{
color: #96A87B;
}
.AnyTagClassName
{
color: #96A87B;
}
</style>
background-color css
<style>
a { background-color: #96A87B; }
a { background-color: rgb(150,168,123); }
div.DivClassName
{
background-color: #96A87B;
}
.BgClassName
{
background-color: #96A87B;
}
</style>
border-color css
<style>
span { border-color: #96A87B; }
span { border-color: rgb(150,168,123); }
td.TdClassName
{
border-color: #96A87B;
}
.TagClassName
{
border-color: #96A87B;
}
</style>