Shades of Olivine #95AD6C
Tints of Olivine #95AD6C
RGB
CMYK
RGB Variations
Color information
#95AD6C (or 0x95AD6C) is known color: Olivine. HEX triplet: 95, AD and 6C. RGB value is (149,173,108). Sum of RGB (Red+Green+Blue) = 149+173+108=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD6C is #6A5293. Grayscale: #9E9E9E. Windows color (decimal): -6967956 or 7122325. OLE color: 7122325.
HSL color Cylindrical-coordinate representation of color #95AD6C: hue angle of 82.15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95AD6C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 108 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.32 |
| HSL | 82.15º | 0.28% | 0.55% | - |
| HSV(B) | 82.15º | 0.38% | 0.68% | - |
| XYZ | 30.04 | 37.36 | 19.81 | - |
| YUV | 158.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 108 | 0.14 | 0 | 0.38 | 0.32 | 82.15 | 0.28 | 0.55 |
| Hex | 95 | AD | 6C | E | 0 | 26 | 20 | 52 | 1C | 37 |
| Octal | 225 | 255 | 154 | 16 | 0 | 46 | 40 | 122 | 34 | 67 |
| Binary | 10010101 | 10101101 | 1101100 | 1110 | 0 | 100110 | 100000 | 1010010 | 11100 | 110111 |
Color Harmonies of #95AD6C
Complementary color
Monochromatic Colors of #95AD6C
Black with #95AD6C
Text Example
Text Example
White with #95AD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD6C; }
p { color: rgb(149,173,108); }
H1.HeaderClassName
{
color: #95AD6C;
}
.AnyTagClassName
{
color: #95AD6C;
}
</style>
background-color css
<style>
a { background-color: #95AD6C; }
a { background-color: rgb(149,173,108); }
div.DivClassName
{
background-color: #95AD6C;
}
.BgClassName
{
background-color: #95AD6C;
}
</style>
border-color css
<style>
span { border-color: #95AD6C; }
span { border-color: rgb(149,173,108); }
td.TdClassName
{
border-color: #95AD6C;
}
.TagClassName
{
border-color: #95AD6C;
}
</style>