Shades of Olivine #95A77F
Tints of Olivine #95A77F
RGB
CMYK
RGB Variations
Color information
#95A77F (or 0x95A77F) is known color: Olivine. HEX triplet: 95, A7 and 7F. RGB value is (149,167,127). Sum of RGB (Red+Green+Blue) = 149+167+127=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #95A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A77F is #6A5880. Grayscale: #9D9D9D. Windows color (decimal): -6969473 or 8365973. OLE color: 8365973.
HSL color Cylindrical-coordinate representation of color #95A77F: hue angle of 87º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95A77F is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 167 | 127 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.35 |
| HSL | 87º | 0.19% | 0.58% | - |
| HSV(B) | 87º | 0.24% | 0.65% | - |
| XYZ | 30.04 | 35.56 | 25.36 | - |
| YUV | 157.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 167 | 127 | 0.11 | 0 | 0.24 | 0.35 | 87 | 0.19 | 0.58 |
| Hex | 95 | A7 | 7F | B | 0 | 18 | 23 | 57 | 13 | 3A |
| Octal | 225 | 247 | 177 | 13 | 0 | 30 | 43 | 127 | 23 | 72 |
| Binary | 10010101 | 10100111 | 1111111 | 1011 | 0 | 11000 | 100011 | 1010111 | 10011 | 111010 |
Color Harmonies of #95A77F
Complementary color
Monochromatic Colors of #95A77F
Black with #95A77F
Text Example
Text Example
White with #95A77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A77F; }
p { color: rgb(149,167,127); }
H1.HeaderClassName
{
color: #95A77F;
}
.AnyTagClassName
{
color: #95A77F;
}
</style>
background-color css
<style>
a { background-color: #95A77F; }
a { background-color: rgb(149,167,127); }
div.DivClassName
{
background-color: #95A77F;
}
.BgClassName
{
background-color: #95A77F;
}
</style>
border-color css
<style>
span { border-color: #95A77F; }
span { border-color: rgb(149,167,127); }
td.TdClassName
{
border-color: #95A77F;
}
.TagClassName
{
border-color: #95A77F;
}
</style>