Shades of Olivine #96B470
Tints of Olivine #96B470
RGB
CMYK
RGB Variations
Color information
#96B470 (or 0x96B470) is known color: Olivine. HEX triplet: 96, B4 and 70. RGB value is (150,180,112). Sum of RGB (Red+Green+Blue) = 150+180+112=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #96B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B470 is #694B8F. Grayscale: #A3A3A3. Windows color (decimal): -6900624 or 7386262. OLE color: 7386262.
HSL color Cylindrical-coordinate representation of color #96B470: hue angle of 86.47º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B470 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 112 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.29 |
| HSL | 86.47º | 0.31% | 0.57% | - |
| HSV(B) | 86.47º | 0.38% | 0.71% | - |
| XYZ | 31.82 | 40.3 | 21.43 | - |
| YUV | 163.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 112 | 0.17 | 0 | 0.38 | 0.29 | 86.47 | 0.31 | 0.57 |
| Hex | 96 | B4 | 70 | 11 | 0 | 26 | 1D | 56 | 1F | 39 |
| Octal | 226 | 264 | 160 | 21 | 0 | 46 | 35 | 126 | 37 | 71 |
| Binary | 10010110 | 10110100 | 1110000 | 10001 | 0 | 100110 | 11101 | 1010110 | 11111 | 111001 |
Color Harmonies of #96B470
Complementary color
Monochromatic Colors of #96B470
Black with #96B470
Text Example
Text Example
White with #96B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B470; }
p { color: rgb(150,180,112); }
H1.HeaderClassName
{
color: #96B470;
}
.AnyTagClassName
{
color: #96B470;
}
</style>
background-color css
<style>
a { background-color: #96B470; }
a { background-color: rgb(150,180,112); }
div.DivClassName
{
background-color: #96B470;
}
.BgClassName
{
background-color: #96B470;
}
</style>
border-color css
<style>
span { border-color: #96B470; }
span { border-color: rgb(150,180,112); }
td.TdClassName
{
border-color: #96B470;
}
.TagClassName
{
border-color: #96B470;
}
</style>