Shades of Olivine #95AD74
Tints of Olivine #95AD74
RGB
CMYK
RGB Variations
Color information
#95AD74 (or 0x95AD74) is known color: Olivine. HEX triplet: 95, AD and 74. RGB value is (149,173,116). Sum of RGB (Red+Green+Blue) = 149+173+116=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD74 is #6A528B. Grayscale: #9F9F9F. Windows color (decimal): -6967948 or 7646613. OLE color: 7646613.
HSL color Cylindrical-coordinate representation of color #95AD74: hue angle of 85.26º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95AD74 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 116 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.32 |
| HSL | 85.26º | 0.26% | 0.57% | - |
| HSV(B) | 85.26º | 0.33% | 0.68% | - |
| XYZ | 30.49 | 37.54 | 22.16 | - |
| YUV | 159.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 116 | 0.14 | 0 | 0.33 | 0.32 | 85.26 | 0.26 | 0.57 |
| Hex | 95 | AD | 74 | E | 0 | 21 | 20 | 55 | 1A | 39 |
| Octal | 225 | 255 | 164 | 16 | 0 | 41 | 40 | 125 | 32 | 71 |
| Binary | 10010101 | 10101101 | 1110100 | 1110 | 0 | 100001 | 100000 | 1010101 | 11010 | 111001 |
Color Harmonies of #95AD74
Complementary color
Monochromatic Colors of #95AD74
Black with #95AD74
Text Example
Text Example
White with #95AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD74; }
p { color: rgb(149,173,116); }
H1.HeaderClassName
{
color: #95AD74;
}
.AnyTagClassName
{
color: #95AD74;
}
</style>
background-color css
<style>
a { background-color: #95AD74; }
a { background-color: rgb(149,173,116); }
div.DivClassName
{
background-color: #95AD74;
}
.BgClassName
{
background-color: #95AD74;
}
</style>
border-color css
<style>
span { border-color: #95AD74; }
span { border-color: rgb(149,173,116); }
td.TdClassName
{
border-color: #95AD74;
}
.TagClassName
{
border-color: #95AD74;
}
</style>