Shades of Olivine #95AE6D
Tints of Olivine #95AE6D
RGB
CMYK
RGB Variations
Color information
#95AE6D (or 0x95AE6D) is known color: Olivine. HEX triplet: 95, AE and 6D. RGB value is (149,174,109). Sum of RGB (Red+Green+Blue) = 149+174+109=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #95AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AE6D is #6A5192. Grayscale: #9F9F9F. Windows color (decimal): -6967699 or 7188117. OLE color: 7188117.
HSL color Cylindrical-coordinate representation of color #95AE6D: hue angle of 83.08º degrees, saturation: 0.29, 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 #95AE6D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 174 | 109 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.32 |
| HSL | 83.08º | 0.29% | 0.55% | - |
| HSV(B) | 83.08º | 0.37% | 0.68% | - |
| XYZ | 30.29 | 37.77 | 20.16 | - |
| YUV | 159.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 174 | 109 | 0.14 | 0 | 0.37 | 0.32 | 83.08 | 0.29 | 0.55 |
| Hex | 95 | AE | 6D | E | 0 | 25 | 20 | 53 | 1D | 37 |
| Octal | 225 | 256 | 155 | 16 | 0 | 45 | 40 | 123 | 35 | 67 |
| Binary | 10010101 | 10101110 | 1101101 | 1110 | 0 | 100101 | 100000 | 1010011 | 11101 | 110111 |
Color Harmonies of #95AE6D
Complementary color
Monochromatic Colors of #95AE6D
Black with #95AE6D
Text Example
Text Example
White with #95AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AE6D; }
p { color: rgb(149,174,109); }
H1.HeaderClassName
{
color: #95AE6D;
}
.AnyTagClassName
{
color: #95AE6D;
}
</style>
background-color css
<style>
a { background-color: #95AE6D; }
a { background-color: rgb(149,174,109); }
div.DivClassName
{
background-color: #95AE6D;
}
.BgClassName
{
background-color: #95AE6D;
}
</style>
border-color css
<style>
span { border-color: #95AE6D; }
span { border-color: rgb(149,174,109); }
td.TdClassName
{
border-color: #95AE6D;
}
.TagClassName
{
border-color: #95AE6D;
}
</style>