Shades of Olivine #93AA6C
Tints of Olivine #93AA6C
RGB
CMYK
RGB Variations
Color information
#93AA6C (or 0x93AA6C) is known color: Olivine. HEX triplet: 93, AA and 6C. RGB value is (147,170,108). Sum of RGB (Red+Green+Blue) = 147+170+108=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA6C is #6C5593. Grayscale: #9C9C9C. Windows color (decimal): -7099796 or 7121555. OLE color: 7121555.
HSL color Cylindrical-coordinate representation of color #93AA6C: hue angle of 82.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93AA6C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 108 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.33 |
| HSL | 82.26º | 0.27% | 0.55% | - |
| HSV(B) | 82.26º | 0.36% | 0.67% | - |
| XYZ | 29.11 | 36.04 | 19.61 | - |
| YUV | 156.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 108 | 0.14 | 0 | 0.36 | 0.33 | 82.26 | 0.27 | 0.55 |
| Hex | 93 | AA | 6C | E | 0 | 24 | 21 | 52 | 1B | 37 |
| Octal | 223 | 252 | 154 | 16 | 0 | 44 | 41 | 122 | 33 | 67 |
| Binary | 10010011 | 10101010 | 1101100 | 1110 | 0 | 100100 | 100001 | 1010010 | 11011 | 110111 |
Color Harmonies of #93AA6C
Complementary color
Monochromatic Colors of #93AA6C
Black with #93AA6C
Text Example
Text Example
White with #93AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA6C; }
p { color: rgb(147,170,108); }
H1.HeaderClassName
{
color: #93AA6C;
}
.AnyTagClassName
{
color: #93AA6C;
}
</style>
background-color css
<style>
a { background-color: #93AA6C; }
a { background-color: rgb(147,170,108); }
div.DivClassName
{
background-color: #93AA6C;
}
.BgClassName
{
background-color: #93AA6C;
}
</style>
border-color css
<style>
span { border-color: #93AA6C; }
span { border-color: rgb(147,170,108); }
td.TdClassName
{
border-color: #93AA6C;
}
.TagClassName
{
border-color: #93AA6C;
}
</style>