Shades of Olivine #95B860
Tints of Olivine #95B860
RGB
CMYK
RGB Variations
Color information
#95B860 (or 0x95B860) is known color: Olivine. HEX triplet: 95, B8 and 60. RGB value is (149,184,96). Sum of RGB (Red+Green+Blue) = 149+184+96=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #95B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B860 is #6A479F. Grayscale: #A3A3A3. Windows color (decimal): -6965152 or 6338709. OLE color: 6338709.
HSL color Cylindrical-coordinate representation of color #95B860: hue angle of 83.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95B860 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 184 | 96 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.28 |
| HSL | 83.86º | 0.38% | 0.55% | - |
| HSV(B) | 83.86º | 0.48% | 0.72% | - |
| XYZ | 31.65 | 41.52 | 17.41 | - |
| YUV | 163.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 96 | 0.19 | 0 | 0.48 | 0.28 | 83.86 | 0.38 | 0.55 |
| Hex | 95 | B8 | 60 | 13 | 0 | 30 | 1C | 54 | 26 | 37 |
| Octal | 225 | 270 | 140 | 23 | 0 | 60 | 34 | 124 | 46 | 67 |
| Binary | 10010101 | 10111000 | 1100000 | 10011 | 0 | 110000 | 11100 | 1010100 | 100110 | 110111 |
Color Harmonies of #95B860
Complementary color
Monochromatic Colors of #95B860
Black with #95B860
Text Example
Text Example
White with #95B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B860; }
p { color: rgb(149,184,96); }
H1.HeaderClassName
{
color: #95B860;
}
.AnyTagClassName
{
color: #95B860;
}
</style>
background-color css
<style>
a { background-color: #95B860; }
a { background-color: rgb(149,184,96); }
div.DivClassName
{
background-color: #95B860;
}
.BgClassName
{
background-color: #95B860;
}
</style>
border-color css
<style>
span { border-color: #95B860; }
span { border-color: rgb(149,184,96); }
td.TdClassName
{
border-color: #95B860;
}
.TagClassName
{
border-color: #95B860;
}
</style>