Shades of Olivine #96B47B
Tints of Olivine #96B47B
RGB
CMYK
RGB Variations
Color information
#96B47B (or 0x96B47B) is known color: Olivine. HEX triplet: 96, B4 and 7B. RGB value is (150,180,123). Sum of RGB (Red+Green+Blue) = 150+180+123=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #96B47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B47B is #694B84. Grayscale: #A4A4A4. Windows color (decimal): -6900613 or 8107158. OLE color: 8107158.
HSL color Cylindrical-coordinate representation of color #96B47B: hue angle of 91.58º 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 #96B47B is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 123 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.29 |
| HSL | 91.58º | 0.28% | 0.59% | - |
| HSV(B) | 91.58º | 0.32% | 0.71% | - |
| XYZ | 32.47 | 40.56 | 24.86 | - |
| YUV | 164.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 123 | 0.17 | 0 | 0.32 | 0.29 | 91.58 | 0.28 | 0.59 |
| Hex | 96 | B4 | 7B | 11 | 0 | 20 | 1D | 5C | 1C | 3B |
| Octal | 226 | 264 | 173 | 21 | 0 | 40 | 35 | 134 | 34 | 73 |
| Binary | 10010110 | 10110100 | 1111011 | 10001 | 0 | 100000 | 11101 | 1011100 | 11100 | 111011 |
Color Harmonies of #96B47B
Complementary color
Monochromatic Colors of #96B47B
Black with #96B47B
Text Example
Text Example
White with #96B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B47B; }
p { color: rgb(150,180,123); }
H1.HeaderClassName
{
color: #96B47B;
}
.AnyTagClassName
{
color: #96B47B;
}
</style>
background-color css
<style>
a { background-color: #96B47B; }
a { background-color: rgb(150,180,123); }
div.DivClassName
{
background-color: #96B47B;
}
.BgClassName
{
background-color: #96B47B;
}
</style>
border-color css
<style>
span { border-color: #96B47B; }
span { border-color: rgb(150,180,123); }
td.TdClassName
{
border-color: #96B47B;
}
.TagClassName
{
border-color: #96B47B;
}
</style>