Shades of Olivine #96B47A
Tints of Olivine #96B47A
RGB
CMYK
RGB Variations
Color information
#96B47A (or 0x96B47A) is known color: Olivine. HEX triplet: 96, B4 and 7A. RGB value is (150,180,122). Sum of RGB (Red+Green+Blue) = 150+180+122=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #96B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B47A is #694B85. Grayscale: #A4A4A4. Windows color (decimal): -6900614 or 8041622. OLE color: 8041622.
HSL color Cylindrical-coordinate representation of color #96B47A: hue angle of 91.03º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96B47A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 122 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.29 |
| HSL | 91.03º | 0.28% | 0.59% | - |
| HSV(B) | 91.03º | 0.32% | 0.71% | - |
| XYZ | 32.41 | 40.53 | 24.53 | - |
| YUV | 164.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 122 | 0.17 | 0 | 0.32 | 0.29 | 91.03 | 0.28 | 0.59 |
| Hex | 96 | B4 | 7A | 11 | 0 | 20 | 1D | 5B | 1C | 3B |
| Octal | 226 | 264 | 172 | 21 | 0 | 40 | 35 | 133 | 34 | 73 |
| Binary | 10010110 | 10110100 | 1111010 | 10001 | 0 | 100000 | 11101 | 1011011 | 11100 | 111011 |
Color Harmonies of #96B47A
Complementary color
Monochromatic Colors of #96B47A
Black with #96B47A
Text Example
Text Example
White with #96B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B47A; }
p { color: rgb(150,180,122); }
H1.HeaderClassName
{
color: #96B47A;
}
.AnyTagClassName
{
color: #96B47A;
}
</style>
background-color css
<style>
a { background-color: #96B47A; }
a { background-color: rgb(150,180,122); }
div.DivClassName
{
background-color: #96B47A;
}
.BgClassName
{
background-color: #96B47A;
}
</style>
border-color css
<style>
span { border-color: #96B47A; }
span { border-color: rgb(150,180,122); }
td.TdClassName
{
border-color: #96B47A;
}
.TagClassName
{
border-color: #96B47A;
}
</style>