Shades of Olivine #95B966
Tints of Olivine #95B966
RGB
CMYK
RGB Variations
Color information
#95B966 (or 0x95B966) is known color: Olivine. HEX triplet: 95, B9 and 66. RGB value is (149,185,102). Sum of RGB (Red+Green+Blue) = 149+185+102=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #95B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B966 is #6A4699. Grayscale: #A5A5A5. Windows color (decimal): -6964890 or 6732181. OLE color: 6732181.
HSL color Cylindrical-coordinate representation of color #95B966: hue angle of 86.02º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95B966 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 102 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.27 |
| HSL | 86.02º | 0.37% | 0.56% | - |
| HSV(B) | 86.02º | 0.45% | 0.73% | - |
| XYZ | 32.14 | 42.05 | 18.99 | - |
| YUV | 164.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 102 | 0.19 | 0 | 0.45 | 0.27 | 86.02 | 0.37 | 0.56 |
| Hex | 95 | B9 | 66 | 13 | 0 | 2D | 1B | 56 | 25 | 38 |
| Octal | 225 | 271 | 146 | 23 | 0 | 55 | 33 | 126 | 45 | 70 |
| Binary | 10010101 | 10111001 | 1100110 | 10011 | 0 | 101101 | 11011 | 1010110 | 100101 | 111000 |
Color Harmonies of #95B966
Complementary color
Monochromatic Colors of #95B966
Black with #95B966
Text Example
Text Example
White with #95B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B966; }
p { color: rgb(149,185,102); }
H1.HeaderClassName
{
color: #95B966;
}
.AnyTagClassName
{
color: #95B966;
}
</style>
background-color css
<style>
a { background-color: #95B966; }
a { background-color: rgb(149,185,102); }
div.DivClassName
{
background-color: #95B966;
}
.BgClassName
{
background-color: #95B966;
}
</style>
border-color css
<style>
span { border-color: #95B966; }
span { border-color: rgb(149,185,102); }
td.TdClassName
{
border-color: #95B966;
}
.TagClassName
{
border-color: #95B966;
}
</style>