Shades of Olivine #95B37F
Tints of Olivine #95B37F
RGB
CMYK
RGB Variations
Color information
#95B37F (or 0x95B37F) is known color: Olivine. HEX triplet: 95, B3 and 7F. RGB value is (149,179,127). Sum of RGB (Red+Green+Blue) = 149+179+127=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #95B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B37F is #6A4C80. Grayscale: #A4A4A4. Windows color (decimal): -6966401 or 8369045. OLE color: 8369045.
HSL color Cylindrical-coordinate representation of color #95B37F: hue angle of 94.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95B37F is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 179 | 127 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.30 |
| HSL | 94.62º | 0.25% | 0.6% | - |
| HSV(B) | 94.62º | 0.29% | 0.7% | - |
| XYZ | 32.35 | 40.16 | 26.13 | - |
| YUV | 164.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 179 | 127 | 0.17 | 0 | 0.29 | 0.30 | 94.62 | 0.25 | 0.6 |
| Hex | 95 | B3 | 7F | 11 | 0 | 1D | 1E | 5F | 19 | 3C |
| Octal | 225 | 263 | 177 | 21 | 0 | 35 | 36 | 137 | 31 | 74 |
| Binary | 10010101 | 10110011 | 1111111 | 10001 | 0 | 11101 | 11110 | 1011111 | 11001 | 111100 |
Color Harmonies of #95B37F
Complementary color
Monochromatic Colors of #95B37F
Black with #95B37F
Text Example
Text Example
White with #95B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B37F; }
p { color: rgb(149,179,127); }
H1.HeaderClassName
{
color: #95B37F;
}
.AnyTagClassName
{
color: #95B37F;
}
</style>
background-color css
<style>
a { background-color: #95B37F; }
a { background-color: rgb(149,179,127); }
div.DivClassName
{
background-color: #95B37F;
}
.BgClassName
{
background-color: #95B37F;
}
</style>
border-color css
<style>
span { border-color: #95B37F; }
span { border-color: rgb(149,179,127); }
td.TdClassName
{
border-color: #95B37F;
}
.TagClassName
{
border-color: #95B37F;
}
</style>