Shades of Olivine #93A977
Tints of Olivine #93A977
RGB
CMYK
RGB Variations
Color information
#93A977 (or 0x93A977) is known color: Olivine. HEX triplet: 93, A9 and 77. RGB value is (147,169,119). Sum of RGB (Red+Green+Blue) = 147+169+119=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #93A977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A977 is #6C5688. Grayscale: #9C9C9C. Windows color (decimal): -7100041 or 7842195. OLE color: 7842195.
HSL color Cylindrical-coordinate representation of color #93A977: hue angle of 86.4º 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 #93A977 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 119 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.34 |
| HSL | 86.4º | 0.23% | 0.56% | - |
| HSV(B) | 86.4º | 0.3% | 0.66% | - |
| XYZ | 29.55 | 35.91 | 22.83 | - |
| YUV | 156.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 119 | 0.13 | 0 | 0.30 | 0.34 | 86.4 | 0.23 | 0.56 |
| Hex | 93 | A9 | 77 | D | 0 | 1E | 22 | 56 | 17 | 38 |
| Octal | 223 | 251 | 167 | 15 | 0 | 36 | 42 | 126 | 27 | 70 |
| Binary | 10010011 | 10101001 | 1110111 | 1101 | 0 | 11110 | 100010 | 1010110 | 10111 | 111000 |
Color Harmonies of #93A977
Complementary color
Monochromatic Colors of #93A977
Black with #93A977
Text Example
Text Example
White with #93A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A977; }
p { color: rgb(147,169,119); }
H1.HeaderClassName
{
color: #93A977;
}
.AnyTagClassName
{
color: #93A977;
}
</style>
background-color css
<style>
a { background-color: #93A977; }
a { background-color: rgb(147,169,119); }
div.DivClassName
{
background-color: #93A977;
}
.BgClassName
{
background-color: #93A977;
}
</style>
border-color css
<style>
span { border-color: #93A977; }
span { border-color: rgb(147,169,119); }
td.TdClassName
{
border-color: #93A977;
}
.TagClassName
{
border-color: #93A977;
}
</style>