Shades of Olivine #96B875
Tints of Olivine #96B875
RGB
CMYK
RGB Variations
Color information
#96B875 (or 0x96B875) is known color: Olivine. HEX triplet: 96, B8 and 75. RGB value is (150,184,117). Sum of RGB (Red+Green+Blue) = 150+184+117=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #96B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B875 is #69478A. Grayscale: #A6A6A6. Windows color (decimal): -6899595 or 7714966. OLE color: 7714966.
HSL color Cylindrical-coordinate representation of color #96B875: hue angle of 90.45º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96B875 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 117 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.28 |
| HSL | 90.45º | 0.32% | 0.59% | - |
| HSV(B) | 90.45º | 0.36% | 0.72% | - |
| XYZ | 32.93 | 42.05 | 23.21 | - |
| YUV | 166.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 117 | 0.18 | 0 | 0.36 | 0.28 | 90.45 | 0.32 | 0.59 |
| Hex | 96 | B8 | 75 | 12 | 0 | 24 | 1C | 5A | 20 | 3B |
| Octal | 226 | 270 | 165 | 22 | 0 | 44 | 34 | 132 | 40 | 73 |
| Binary | 10010110 | 10111000 | 1110101 | 10010 | 0 | 100100 | 11100 | 1011010 | 100000 | 111011 |
Color Harmonies of #96B875
Complementary color
Monochromatic Colors of #96B875
Black with #96B875
Text Example
Text Example
White with #96B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B875; }
p { color: rgb(150,184,117); }
H1.HeaderClassName
{
color: #96B875;
}
.AnyTagClassName
{
color: #96B875;
}
</style>
background-color css
<style>
a { background-color: #96B875; }
a { background-color: rgb(150,184,117); }
div.DivClassName
{
background-color: #96B875;
}
.BgClassName
{
background-color: #96B875;
}
</style>
border-color css
<style>
span { border-color: #96B875; }
span { border-color: rgb(150,184,117); }
td.TdClassName
{
border-color: #96B875;
}
.TagClassName
{
border-color: #96B875;
}
</style>