Shades of Olivine #93AA82
Tints of Olivine #93AA82
RGB
CMYK
RGB Variations
Color information
#93AA82 (or 0x93AA82) is known color: Olivine. HEX triplet: 93, AA and 82. RGB value is (147,170,130). Sum of RGB (Red+Green+Blue) = 147+170+130=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA82 is #6C557D. Grayscale: #9E9E9E. Windows color (decimal): -7099774 or 8563347. OLE color: 8563347.
HSL color Cylindrical-coordinate representation of color #93AA82: hue angle of 94.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93AA82 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 130 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.33 |
| HSL | 94.5º | 0.19% | 0.59% | - |
| HSV(B) | 94.5º | 0.24% | 0.67% | - |
| XYZ | 30.44 | 36.56 | 26.57 | - |
| YUV | 158.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 130 | 0.14 | 0 | 0.24 | 0.33 | 94.5 | 0.19 | 0.59 |
| Hex | 93 | AA | 82 | E | 0 | 18 | 21 | 5E | 13 | 3B |
| Octal | 223 | 252 | 202 | 16 | 0 | 30 | 41 | 136 | 23 | 73 |
| Binary | 10010011 | 10101010 | 10000010 | 1110 | 0 | 11000 | 100001 | 1011110 | 10011 | 111011 |
Color Harmonies of #93AA82
Complementary color
Monochromatic Colors of #93AA82
Black with #93AA82
Text Example
Text Example
White with #93AA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA82; }
p { color: rgb(147,170,130); }
H1.HeaderClassName
{
color: #93AA82;
}
.AnyTagClassName
{
color: #93AA82;
}
</style>
background-color css
<style>
a { background-color: #93AA82; }
a { background-color: rgb(147,170,130); }
div.DivClassName
{
background-color: #93AA82;
}
.BgClassName
{
background-color: #93AA82;
}
</style>
border-color css
<style>
span { border-color: #93AA82; }
span { border-color: rgb(147,170,130); }
td.TdClassName
{
border-color: #93AA82;
}
.TagClassName
{
border-color: #93AA82;
}
</style>