Shades of Olivine #95AD6D
Tints of Olivine #95AD6D
RGB
CMYK
RGB Variations
Color information
#95AD6D (or 0x95AD6D) is known color: Olivine. HEX triplet: 95, AD and 6D. RGB value is (149,173,109). Sum of RGB (Red+Green+Blue) = 149+173+109=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD6D is #6A5292. Grayscale: #9E9E9E. Windows color (decimal): -6967955 or 7187861. OLE color: 7187861.
HSL color Cylindrical-coordinate representation of color #95AD6D: hue angle of 82.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95AD6D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 109 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.32 |
| HSL | 82.5º | 0.28% | 0.55% | - |
| HSV(B) | 82.5º | 0.37% | 0.68% | - |
| XYZ | 30.1 | 37.38 | 20.1 | - |
| YUV | 158.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 109 | 0.14 | 0 | 0.37 | 0.32 | 82.5 | 0.28 | 0.55 |
| Hex | 95 | AD | 6D | E | 0 | 25 | 20 | 52 | 1C | 37 |
| Octal | 225 | 255 | 155 | 16 | 0 | 45 | 40 | 122 | 34 | 67 |
| Binary | 10010101 | 10101101 | 1101101 | 1110 | 0 | 100101 | 100000 | 1010010 | 11100 | 110111 |
Color Harmonies of #95AD6D
Complementary color
Monochromatic Colors of #95AD6D
Black with #95AD6D
Text Example
Text Example
White with #95AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD6D; }
p { color: rgb(149,173,109); }
H1.HeaderClassName
{
color: #95AD6D;
}
.AnyTagClassName
{
color: #95AD6D;
}
</style>
background-color css
<style>
a { background-color: #95AD6D; }
a { background-color: rgb(149,173,109); }
div.DivClassName
{
background-color: #95AD6D;
}
.BgClassName
{
background-color: #95AD6D;
}
</style>
border-color css
<style>
span { border-color: #95AD6D; }
span { border-color: rgb(149,173,109); }
td.TdClassName
{
border-color: #95AD6D;
}
.TagClassName
{
border-color: #95AD6D;
}
</style>