Shades of Olivine #95AD7D
Tints of Olivine #95AD7D
RGB
CMYK
RGB Variations
Color information
#95AD7D (or 0x95AD7D) is known color: Olivine. HEX triplet: 95, AD and 7D. RGB value is (149,173,125). Sum of RGB (Red+Green+Blue) = 149+173+125=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7D is #6A5282. Grayscale: #A0A0A0. Windows color (decimal): -6967939 or 8236437. OLE color: 8236437.
HSL color Cylindrical-coordinate representation of color #95AD7D: hue angle of 90º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95AD7D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 125 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.32 |
| HSL | 90º | 0.23% | 0.58% | - |
| HSV(B) | 90º | 0.28% | 0.68% | - |
| XYZ | 31.04 | 37.76 | 25.05 | - |
| YUV | 160.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 125 | 0.14 | 0 | 0.28 | 0.32 | 90 | 0.23 | 0.58 |
| Hex | 95 | AD | 7D | E | 0 | 1C | 20 | 5A | 17 | 3A |
| Octal | 225 | 255 | 175 | 16 | 0 | 34 | 40 | 132 | 27 | 72 |
| Binary | 10010101 | 10101101 | 1111101 | 1110 | 0 | 11100 | 100000 | 1011010 | 10111 | 111010 |
Color Harmonies of #95AD7D
Complementary color
Monochromatic Colors of #95AD7D
Black with #95AD7D
Text Example
Text Example
White with #95AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD7D; }
p { color: rgb(149,173,125); }
H1.HeaderClassName
{
color: #95AD7D;
}
.AnyTagClassName
{
color: #95AD7D;
}
</style>
background-color css
<style>
a { background-color: #95AD7D; }
a { background-color: rgb(149,173,125); }
div.DivClassName
{
background-color: #95AD7D;
}
.BgClassName
{
background-color: #95AD7D;
}
</style>
border-color css
<style>
span { border-color: #95AD7D; }
span { border-color: rgb(149,173,125); }
td.TdClassName
{
border-color: #95AD7D;
}
.TagClassName
{
border-color: #95AD7D;
}
</style>