Shades of Olivine #93AA76
Tints of Olivine #93AA76
RGB
CMYK
RGB Variations
Color information
#93AA76 (or 0x93AA76) is known color: Olivine. HEX triplet: 93, AA and 76. RGB value is (147,170,118). Sum of RGB (Red+Green+Blue) = 147+170+118=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA76 is #6C5589. Grayscale: #9D9D9D. Windows color (decimal): -7099786 or 7776915. OLE color: 7776915.
HSL color Cylindrical-coordinate representation of color #93AA76: hue angle of 86.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93AA76 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 118 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.33 |
| HSL | 86.54º | 0.23% | 0.56% | - |
| HSV(B) | 86.54º | 0.31% | 0.67% | - |
| XYZ | 29.68 | 36.26 | 22.57 | - |
| YUV | 157.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 118 | 0.14 | 0 | 0.31 | 0.33 | 86.54 | 0.23 | 0.56 |
| Hex | 93 | AA | 76 | E | 0 | 1F | 21 | 57 | 17 | 38 |
| Octal | 223 | 252 | 166 | 16 | 0 | 37 | 41 | 127 | 27 | 70 |
| Binary | 10010011 | 10101010 | 1110110 | 1110 | 0 | 11111 | 100001 | 1010111 | 10111 | 111000 |
Color Harmonies of #93AA76
Complementary color
Monochromatic Colors of #93AA76
Black with #93AA76
Text Example
Text Example
White with #93AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA76; }
p { color: rgb(147,170,118); }
H1.HeaderClassName
{
color: #93AA76;
}
.AnyTagClassName
{
color: #93AA76;
}
</style>
background-color css
<style>
a { background-color: #93AA76; }
a { background-color: rgb(147,170,118); }
div.DivClassName
{
background-color: #93AA76;
}
.BgClassName
{
background-color: #93AA76;
}
</style>
border-color css
<style>
span { border-color: #93AA76; }
span { border-color: rgb(147,170,118); }
td.TdClassName
{
border-color: #93AA76;
}
.TagClassName
{
border-color: #93AA76;
}
</style>