Shades of Olivine #96BD60
Tints of Olivine #96BD60
RGB
CMYK
RGB Variations
Color information
#96BD60 (or 0x96BD60) is known color: Olivine. HEX triplet: 96, BD and 60. RGB value is (150,189,96). Sum of RGB (Red+Green+Blue) = 150+189+96=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BD60 is #69429F. Grayscale: #A7A7A7. Windows color (decimal): -6898336 or 6339990. OLE color: 6339990.
HSL color Cylindrical-coordinate representation of color #96BD60: hue angle of 85.16º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96BD60 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 96 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.26 |
| HSL | 85.16º | 0.41% | 0.56% | - |
| HSV(B) | 85.16º | 0.49% | 0.74% | - |
| XYZ | 32.89 | 43.72 | 17.77 | - |
| YUV | 166.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 96 | 0.21 | 0 | 0.49 | 0.26 | 85.16 | 0.41 | 0.56 |
| Hex | 96 | BD | 60 | 15 | 0 | 31 | 1A | 55 | 29 | 38 |
| Octal | 226 | 275 | 140 | 25 | 0 | 61 | 32 | 125 | 51 | 70 |
| Binary | 10010110 | 10111101 | 1100000 | 10101 | 0 | 110001 | 11010 | 1010101 | 101001 | 111000 |
Color Harmonies of #96BD60
Complementary color
Monochromatic Colors of #96BD60
Black with #96BD60
Text Example
Text Example
White with #96BD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD60; }
p { color: rgb(150,189,96); }
H1.HeaderClassName
{
color: #96BD60;
}
.AnyTagClassName
{
color: #96BD60;
}
</style>
background-color css
<style>
a { background-color: #96BD60; }
a { background-color: rgb(150,189,96); }
div.DivClassName
{
background-color: #96BD60;
}
.BgClassName
{
background-color: #96BD60;
}
</style>
border-color css
<style>
span { border-color: #96BD60; }
span { border-color: rgb(150,189,96); }
td.TdClassName
{
border-color: #96BD60;
}
.TagClassName
{
border-color: #96BD60;
}
</style>