Shades of Olivine #96AB7B
Tints of Olivine #96AB7B
RGB
CMYK
RGB Variations
Color information
#96AB7B (or 0x96AB7B) is known color: Olivine. HEX triplet: 96, AB and 7B. RGB value is (150,171,123). Sum of RGB (Red+Green+Blue) = 150+171+123=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB7B is #695484. Grayscale: #9F9F9F. Windows color (decimal): -6902917 or 8104854. OLE color: 8104854.
HSL color Cylindrical-coordinate representation of color #96AB7B: hue angle of 86.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96AB7B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 123 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.33 |
| HSL | 86.25º | 0.22% | 0.58% | - |
| HSV(B) | 86.25º | 0.28% | 0.67% | - |
| XYZ | 30.72 | 37.04 | 24.27 | - |
| YUV | 159.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 123 | 0.12 | 0 | 0.28 | 0.33 | 86.25 | 0.22 | 0.58 |
| Hex | 96 | AB | 7B | C | 0 | 1C | 21 | 56 | 16 | 3A |
| Octal | 226 | 253 | 173 | 14 | 0 | 34 | 41 | 126 | 26 | 72 |
| Binary | 10010110 | 10101011 | 1111011 | 1100 | 0 | 11100 | 100001 | 1010110 | 10110 | 111010 |
Color Harmonies of #96AB7B
Complementary color
Monochromatic Colors of #96AB7B
Black with #96AB7B
Text Example
Text Example
White with #96AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB7B; }
p { color: rgb(150,171,123); }
H1.HeaderClassName
{
color: #96AB7B;
}
.AnyTagClassName
{
color: #96AB7B;
}
</style>
background-color css
<style>
a { background-color: #96AB7B; }
a { background-color: rgb(150,171,123); }
div.DivClassName
{
background-color: #96AB7B;
}
.BgClassName
{
background-color: #96AB7B;
}
</style>
border-color css
<style>
span { border-color: #96AB7B; }
span { border-color: rgb(150,171,123); }
td.TdClassName
{
border-color: #96AB7B;
}
.TagClassName
{
border-color: #96AB7B;
}
</style>