Shades of Olivine #93A976
Tints of Olivine #93A976
RGB
CMYK
RGB Variations
Color information
#93A976 (or 0x93A976) is known color: Olivine. HEX triplet: 93, A9 and 76. RGB value is (147,169,118). Sum of RGB (Red+Green+Blue) = 147+169+118=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #93A976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A976 is #6C5689. Grayscale: #9C9C9C. Windows color (decimal): -7100042 or 7776659. OLE color: 7776659.
HSL color Cylindrical-coordinate representation of color #93A976: hue angle of 85.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93A976 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 118 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.34 |
| HSL | 85.88º | 0.23% | 0.56% | - |
| HSV(B) | 85.88º | 0.3% | 0.66% | - |
| XYZ | 29.49 | 35.89 | 22.51 | - |
| YUV | 156.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 118 | 0.13 | 0 | 0.30 | 0.34 | 85.88 | 0.23 | 0.56 |
| Hex | 93 | A9 | 76 | D | 0 | 1E | 22 | 56 | 17 | 38 |
| Octal | 223 | 251 | 166 | 15 | 0 | 36 | 42 | 126 | 27 | 70 |
| Binary | 10010011 | 10101001 | 1110110 | 1101 | 0 | 11110 | 100010 | 1010110 | 10111 | 111000 |
Color Harmonies of #93A976
Complementary color
Monochromatic Colors of #93A976
Black with #93A976
Text Example
Text Example
White with #93A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A976; }
p { color: rgb(147,169,118); }
H1.HeaderClassName
{
color: #93A976;
}
.AnyTagClassName
{
color: #93A976;
}
</style>
background-color css
<style>
a { background-color: #93A976; }
a { background-color: rgb(147,169,118); }
div.DivClassName
{
background-color: #93A976;
}
.BgClassName
{
background-color: #93A976;
}
</style>
border-color css
<style>
span { border-color: #93A976; }
span { border-color: rgb(147,169,118); }
td.TdClassName
{
border-color: #93A976;
}
.TagClassName
{
border-color: #93A976;
}
</style>