Shades of Olivine #95B57F
Tints of Olivine #95B57F
RGB
CMYK
RGB Variations
Color information
#95B57F (or 0x95B57F) is known color: Olivine. HEX triplet: 95, B5 and 7F. RGB value is (149,181,127). Sum of RGB (Red+Green+Blue) = 149+181+127=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #95B57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B57F is #6A4A80. Grayscale: #A5A5A5. Windows color (decimal): -6965889 or 8369557. OLE color: 8369557.
HSL color Cylindrical-coordinate representation of color #95B57F: hue angle of 95.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95B57F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 181 | 127 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.29 |
| HSL | 95.56º | 0.27% | 0.6% | - |
| HSV(B) | 95.56º | 0.3% | 0.71% | - |
| XYZ | 32.75 | 40.97 | 26.26 | - |
| YUV | 165.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 181 | 127 | 0.18 | 0 | 0.30 | 0.29 | 95.56 | 0.27 | 0.6 |
| Hex | 95 | B5 | 7F | 12 | 0 | 1E | 1D | 60 | 1B | 3C |
| Octal | 225 | 265 | 177 | 22 | 0 | 36 | 35 | 140 | 33 | 74 |
| Binary | 10010101 | 10110101 | 1111111 | 10010 | 0 | 11110 | 11101 | 1100000 | 11011 | 111100 |
Color Harmonies of #95B57F
Complementary color
Monochromatic Colors of #95B57F
Black with #95B57F
Text Example
Text Example
White with #95B57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B57F; }
p { color: rgb(149,181,127); }
H1.HeaderClassName
{
color: #95B57F;
}
.AnyTagClassName
{
color: #95B57F;
}
</style>
background-color css
<style>
a { background-color: #95B57F; }
a { background-color: rgb(149,181,127); }
div.DivClassName
{
background-color: #95B57F;
}
.BgClassName
{
background-color: #95B57F;
}
</style>
border-color css
<style>
span { border-color: #95B57F; }
span { border-color: rgb(149,181,127); }
td.TdClassName
{
border-color: #95B57F;
}
.TagClassName
{
border-color: #95B57F;
}
</style>