Shades of Olivine #95AD7C
Tints of Olivine #95AD7C
RGB
CMYK
RGB Variations
Color information
#95AD7C (or 0x95AD7C) is known color: Olivine. HEX triplet: 95, AD and 7C. RGB value is (149,173,124). Sum of RGB (Red+Green+Blue) = 149+173+124=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7C is #6A5283. Grayscale: #A0A0A0. Windows color (decimal): -6967940 or 8170901. OLE color: 8170901.
HSL color Cylindrical-coordinate representation of color #95AD7C: hue angle of 89.39º 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 #95AD7C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 124 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.32 |
| HSL | 89.39º | 0.23% | 0.58% | - |
| HSV(B) | 89.39º | 0.28% | 0.68% | - |
| XYZ | 30.98 | 37.73 | 24.72 | - |
| YUV | 160.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 124 | 0.14 | 0 | 0.28 | 0.32 | 89.39 | 0.23 | 0.58 |
| Hex | 95 | AD | 7C | E | 0 | 1C | 20 | 59 | 17 | 3A |
| Octal | 225 | 255 | 174 | 16 | 0 | 34 | 40 | 131 | 27 | 72 |
| Binary | 10010101 | 10101101 | 1111100 | 1110 | 0 | 11100 | 100000 | 1011001 | 10111 | 111010 |
Color Harmonies of #95AD7C
Complementary color
Monochromatic Colors of #95AD7C
Black with #95AD7C
Text Example
Text Example
White with #95AD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD7C; }
p { color: rgb(149,173,124); }
H1.HeaderClassName
{
color: #95AD7C;
}
.AnyTagClassName
{
color: #95AD7C;
}
</style>
background-color css
<style>
a { background-color: #95AD7C; }
a { background-color: rgb(149,173,124); }
div.DivClassName
{
background-color: #95AD7C;
}
.BgClassName
{
background-color: #95AD7C;
}
</style>
border-color css
<style>
span { border-color: #95AD7C; }
span { border-color: rgb(149,173,124); }
td.TdClassName
{
border-color: #95AD7C;
}
.TagClassName
{
border-color: #95AD7C;
}
</style>