Shades of Olivine #95A978
Tints of Olivine #95A978
RGB
CMYK
RGB Variations
Color information
#95A978 (or 0x95A978) is known color: Olivine. HEX triplet: 95, A9 and 78. RGB value is (149,169,120). Sum of RGB (Red+Green+Blue) = 149+169+120=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #95A978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A978 is #6A5687. Grayscale: #9D9D9D. Windows color (decimal): -6968968 or 7907733. OLE color: 7907733.
HSL color Cylindrical-coordinate representation of color #95A978: hue angle of 84.49º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A978 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 169 | 120 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.34 |
| HSL | 84.49º | 0.22% | 0.57% | - |
| HSV(B) | 84.49º | 0.29% | 0.66% | - |
| XYZ | 29.97 | 36.12 | 23.16 | - |
| YUV | 157.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 169 | 120 | 0.12 | 0 | 0.29 | 0.34 | 84.49 | 0.22 | 0.57 |
| Hex | 95 | A9 | 78 | C | 0 | 1D | 22 | 54 | 16 | 39 |
| Octal | 225 | 251 | 170 | 14 | 0 | 35 | 42 | 124 | 26 | 71 |
| Binary | 10010101 | 10101001 | 1111000 | 1100 | 0 | 11101 | 100010 | 1010100 | 10110 | 111001 |
Color Harmonies of #95A978
Complementary color
Monochromatic Colors of #95A978
Black with #95A978
Text Example
Text Example
White with #95A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A978; }
p { color: rgb(149,169,120); }
H1.HeaderClassName
{
color: #95A978;
}
.AnyTagClassName
{
color: #95A978;
}
</style>
background-color css
<style>
a { background-color: #95A978; }
a { background-color: rgb(149,169,120); }
div.DivClassName
{
background-color: #95A978;
}
.BgClassName
{
background-color: #95A978;
}
</style>
border-color css
<style>
span { border-color: #95A978; }
span { border-color: rgb(149,169,120); }
td.TdClassName
{
border-color: #95A978;
}
.TagClassName
{
border-color: #95A978;
}
</style>