Shades of Olivine #96BB73
Tints of Olivine #96BB73
RGB
CMYK
RGB Variations
Color information
#96BB73 (or 0x96BB73) is known color: Olivine. HEX triplet: 96, BB and 73. RGB value is (150,187,115). Sum of RGB (Red+Green+Blue) = 150+187+115=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB73 is #69448C. Grayscale: #A7A7A7. Windows color (decimal): -6898829 or 7584662. OLE color: 7584662.
HSL color Cylindrical-coordinate representation of color #96BB73: hue angle of 90.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96BB73 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 115 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.27 |
| HSL | 90.83º | 0.35% | 0.59% | - |
| HSV(B) | 90.83º | 0.39% | 0.73% | - |
| XYZ | 33.44 | 43.26 | 22.81 | - |
| YUV | 167.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 115 | 0.20 | 0 | 0.39 | 0.27 | 90.83 | 0.35 | 0.59 |
| Hex | 96 | BB | 73 | 14 | 0 | 27 | 1B | 5B | 23 | 3B |
| Octal | 226 | 273 | 163 | 24 | 0 | 47 | 33 | 133 | 43 | 73 |
| Binary | 10010110 | 10111011 | 1110011 | 10100 | 0 | 100111 | 11011 | 1011011 | 100011 | 111011 |
Color Harmonies of #96BB73
Complementary color
Monochromatic Colors of #96BB73
Black with #96BB73
Text Example
Text Example
White with #96BB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB73; }
p { color: rgb(150,187,115); }
H1.HeaderClassName
{
color: #96BB73;
}
.AnyTagClassName
{
color: #96BB73;
}
</style>
background-color css
<style>
a { background-color: #96BB73; }
a { background-color: rgb(150,187,115); }
div.DivClassName
{
background-color: #96BB73;
}
.BgClassName
{
background-color: #96BB73;
}
</style>
border-color css
<style>
span { border-color: #96BB73; }
span { border-color: rgb(150,187,115); }
td.TdClassName
{
border-color: #96BB73;
}
.TagClassName
{
border-color: #96BB73;
}
</style>