Shades of Olivine #96B764
Tints of Olivine #96B764
RGB
CMYK
RGB Variations
Color information
#96B764 (or 0x96B764) is known color: Olivine. HEX triplet: 96, B7 and 64. RGB value is (150,183,100). Sum of RGB (Red+Green+Blue) = 150+183+100=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #96B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B764 is #69489B. Grayscale: #A3A3A3. Windows color (decimal): -6899868 or 6600598. OLE color: 6600598.
HSL color Cylindrical-coordinate representation of color #96B764: hue angle of 83.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96B764 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 100 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.28 |
| HSL | 83.86º | 0.37% | 0.55% | - |
| HSV(B) | 83.86º | 0.45% | 0.72% | - |
| XYZ | 31.81 | 41.27 | 18.35 | - |
| YUV | 163.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 100 | 0.18 | 0 | 0.45 | 0.28 | 83.86 | 0.37 | 0.55 |
| Hex | 96 | B7 | 64 | 12 | 0 | 2D | 1C | 54 | 25 | 37 |
| Octal | 226 | 267 | 144 | 22 | 0 | 55 | 34 | 124 | 45 | 67 |
| Binary | 10010110 | 10110111 | 1100100 | 10010 | 0 | 101101 | 11100 | 1010100 | 100101 | 110111 |
Color Harmonies of #96B764
Complementary color
Monochromatic Colors of #96B764
Black with #96B764
Text Example
Text Example
White with #96B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B764; }
p { color: rgb(150,183,100); }
H1.HeaderClassName
{
color: #96B764;
}
.AnyTagClassName
{
color: #96B764;
}
</style>
background-color css
<style>
a { background-color: #96B764; }
a { background-color: rgb(150,183,100); }
div.DivClassName
{
background-color: #96B764;
}
.BgClassName
{
background-color: #96B764;
}
</style>
border-color css
<style>
span { border-color: #96B764; }
span { border-color: rgb(150,183,100); }
td.TdClassName
{
border-color: #96B764;
}
.TagClassName
{
border-color: #96B764;
}
</style>