Shades of Olivine #96B774
Tints of Olivine #96B774
RGB
CMYK
RGB Variations
Color information
#96B774 (or 0x96B774) is known color: Olivine. HEX triplet: 96, B7 and 74. RGB value is (150,183,116). Sum of RGB (Red+Green+Blue) = 150+183+116=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #96B774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B774 is #69488B. Grayscale: #A5A5A5. Windows color (decimal): -6899852 or 7649174. OLE color: 7649174.
HSL color Cylindrical-coordinate representation of color #96B774: hue angle of 89.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B774 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 116 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.28 |
| HSL | 89.55º | 0.32% | 0.59% | - |
| HSV(B) | 89.55º | 0.37% | 0.72% | - |
| XYZ | 32.66 | 41.61 | 22.83 | - |
| YUV | 165.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 116 | 0.18 | 0 | 0.37 | 0.28 | 89.55 | 0.32 | 0.59 |
| Hex | 96 | B7 | 74 | 12 | 0 | 25 | 1C | 5A | 20 | 3B |
| Octal | 226 | 267 | 164 | 22 | 0 | 45 | 34 | 132 | 40 | 73 |
| Binary | 10010110 | 10110111 | 1110100 | 10010 | 0 | 100101 | 11100 | 1011010 | 100000 | 111011 |
Color Harmonies of #96B774
Complementary color
Monochromatic Colors of #96B774
Black with #96B774
Text Example
Text Example
White with #96B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B774; }
p { color: rgb(150,183,116); }
H1.HeaderClassName
{
color: #96B774;
}
.AnyTagClassName
{
color: #96B774;
}
</style>
background-color css
<style>
a { background-color: #96B774; }
a { background-color: rgb(150,183,116); }
div.DivClassName
{
background-color: #96B774;
}
.BgClassName
{
background-color: #96B774;
}
</style>
border-color css
<style>
span { border-color: #96B774; }
span { border-color: rgb(150,183,116); }
td.TdClassName
{
border-color: #96B774;
}
.TagClassName
{
border-color: #96B774;
}
</style>