Shades of Olivine #93AA83
Tints of Olivine #93AA83
RGB
CMYK
RGB Variations
Color information
#93AA83 (or 0x93AA83) is known color: Olivine. HEX triplet: 93, AA and 83. RGB value is (147,170,131). Sum of RGB (Red+Green+Blue) = 147+170+131=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA83 is #6C557C. Grayscale: #9E9E9E. Windows color (decimal): -7099773 or 8628883. OLE color: 8628883.
HSL color Cylindrical-coordinate representation of color #93AA83: hue angle of 95.38º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93AA83 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 131 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.33 |
| HSL | 95.38º | 0.19% | 0.59% | - |
| HSV(B) | 95.38º | 0.23% | 0.67% | - |
| XYZ | 30.5 | 36.59 | 26.93 | - |
| YUV | 158.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 131 | 0.14 | 0 | 0.23 | 0.33 | 95.38 | 0.19 | 0.59 |
| Hex | 93 | AA | 83 | E | 0 | 17 | 21 | 5F | 13 | 3B |
| Octal | 223 | 252 | 203 | 16 | 0 | 27 | 41 | 137 | 23 | 73 |
| Binary | 10010011 | 10101010 | 10000011 | 1110 | 0 | 10111 | 100001 | 1011111 | 10011 | 111011 |
Color Harmonies of #93AA83
Complementary color
Monochromatic Colors of #93AA83
Black with #93AA83
Text Example
Text Example
White with #93AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA83; }
p { color: rgb(147,170,131); }
H1.HeaderClassName
{
color: #93AA83;
}
.AnyTagClassName
{
color: #93AA83;
}
</style>
background-color css
<style>
a { background-color: #93AA83; }
a { background-color: rgb(147,170,131); }
div.DivClassName
{
background-color: #93AA83;
}
.BgClassName
{
background-color: #93AA83;
}
</style>
border-color css
<style>
span { border-color: #93AA83; }
span { border-color: rgb(147,170,131); }
td.TdClassName
{
border-color: #93AA83;
}
.TagClassName
{
border-color: #93AA83;
}
</style>