Shades of Olivine #95AA7D
Tints of Olivine #95AA7D
RGB
CMYK
RGB Variations
Color information
#95AA7D (or 0x95AA7D) is known color: Olivine. HEX triplet: 95, AA and 7D. RGB value is (149,170,125). Sum of RGB (Red+Green+Blue) = 149+170+125=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA7D is #6A5582. Grayscale: #9E9E9E. Windows color (decimal): -6968707 or 8235669. OLE color: 8235669.
HSL color Cylindrical-coordinate representation of color #95AA7D: hue angle of 88º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95AA7D is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 170 | 125 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.33 |
| HSL | 88º | 0.21% | 0.58% | - |
| HSV(B) | 88º | 0.26% | 0.67% | - |
| XYZ | 30.47 | 36.62 | 24.86 | - |
| YUV | 158.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 170 | 125 | 0.12 | 0 | 0.26 | 0.33 | 88 | 0.21 | 0.58 |
| Hex | 95 | AA | 7D | C | 0 | 1A | 21 | 58 | 15 | 3A |
| Octal | 225 | 252 | 175 | 14 | 0 | 32 | 41 | 130 | 25 | 72 |
| Binary | 10010101 | 10101010 | 1111101 | 1100 | 0 | 11010 | 100001 | 1011000 | 10101 | 111010 |
Color Harmonies of #95AA7D
Complementary color
Monochromatic Colors of #95AA7D
Black with #95AA7D
Text Example
Text Example
White with #95AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AA7D; }
p { color: rgb(149,170,125); }
H1.HeaderClassName
{
color: #95AA7D;
}
.AnyTagClassName
{
color: #95AA7D;
}
</style>
background-color css
<style>
a { background-color: #95AA7D; }
a { background-color: rgb(149,170,125); }
div.DivClassName
{
background-color: #95AA7D;
}
.BgClassName
{
background-color: #95AA7D;
}
</style>
border-color css
<style>
span { border-color: #95AA7D; }
span { border-color: rgb(149,170,125); }
td.TdClassName
{
border-color: #95AA7D;
}
.TagClassName
{
border-color: #95AA7D;
}
</style>