Shades of Olivine #96B477
Tints of Olivine #96B477
RGB
CMYK
RGB Variations
Color information
#96B477 (or 0x96B477) is known color: Olivine. HEX triplet: 96, B4 and 77. RGB value is (150,180,119). Sum of RGB (Red+Green+Blue) = 150+180+119=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #96B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B477 is #694B88. Grayscale: #A4A4A4. Windows color (decimal): -6900617 or 7845014. OLE color: 7845014.
HSL color Cylindrical-coordinate representation of color #96B477: hue angle of 89.51º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B477 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 119 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.29 |
| HSL | 89.51º | 0.29% | 0.59% | - |
| HSV(B) | 89.51º | 0.34% | 0.71% | - |
| XYZ | 32.23 | 40.46 | 23.56 | - |
| YUV | 164.08 | 102.56 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 119 | 0.17 | 0 | 0.34 | 0.29 | 89.51 | 0.29 | 0.59 |
| Hex | 96 | B4 | 77 | 11 | 0 | 22 | 1D | 5A | 1D | 3B |
| Octal | 226 | 264 | 167 | 21 | 0 | 42 | 35 | 132 | 35 | 73 |
| Binary | 10010110 | 10110100 | 1110111 | 10001 | 0 | 100010 | 11101 | 1011010 | 11101 | 111011 |
Color Harmonies of #96B477
Complementary color
Monochromatic Colors of #96B477
Black with #96B477
Text Example
Text Example
White with #96B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B477; }
p { color: rgb(150,180,119); }
H1.HeaderClassName
{
color: #96B477;
}
.AnyTagClassName
{
color: #96B477;
}
</style>
background-color css
<style>
a { background-color: #96B477; }
a { background-color: rgb(150,180,119); }
div.DivClassName
{
background-color: #96B477;
}
.BgClassName
{
background-color: #96B477;
}
</style>
border-color css
<style>
span { border-color: #96B477; }
span { border-color: rgb(150,180,119); }
td.TdClassName
{
border-color: #96B477;
}
.TagClassName
{
border-color: #96B477;
}
</style>