Shades of Olivine #96B565
Tints of Olivine #96B565
RGB
CMYK
RGB Variations
Color information
#96B565 (or 0x96B565) is known color: Olivine. HEX triplet: 96, B5 and 65. RGB value is (150,181,101). Sum of RGB (Red+Green+Blue) = 150+181+101=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #96B565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B565 is #694A9A. Grayscale: #A2A2A2. Windows color (decimal): -6900379 or 6665622. OLE color: 6665622.
HSL color Cylindrical-coordinate representation of color #96B565: hue angle of 83.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96B565 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 101 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.29 |
| HSL | 83.25º | 0.35% | 0.55% | - |
| HSV(B) | 83.25º | 0.44% | 0.71% | - |
| XYZ | 31.45 | 40.47 | 18.47 | - |
| YUV | 162.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 101 | 0.17 | 0 | 0.44 | 0.29 | 83.25 | 0.35 | 0.55 |
| Hex | 96 | B5 | 65 | 11 | 0 | 2C | 1D | 53 | 23 | 37 |
| Octal | 226 | 265 | 145 | 21 | 0 | 54 | 35 | 123 | 43 | 67 |
| Binary | 10010110 | 10110101 | 1100101 | 10001 | 0 | 101100 | 11101 | 1010011 | 100011 | 110111 |
Color Harmonies of #96B565
Complementary color
Monochromatic Colors of #96B565
Black with #96B565
Text Example
Text Example
White with #96B565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B565; }
p { color: rgb(150,181,101); }
H1.HeaderClassName
{
color: #96B565;
}
.AnyTagClassName
{
color: #96B565;
}
</style>
background-color css
<style>
a { background-color: #96B565; }
a { background-color: rgb(150,181,101); }
div.DivClassName
{
background-color: #96B565;
}
.BgClassName
{
background-color: #96B565;
}
</style>
border-color css
<style>
span { border-color: #96B565; }
span { border-color: rgb(150,181,101); }
td.TdClassName
{
border-color: #96B565;
}
.TagClassName
{
border-color: #96B565;
}
</style>