Shades of Olivine #93AA6B
Tints of Olivine #93AA6B
RGB
CMYK
RGB Variations
Color information
#93AA6B (or 0x93AA6B) is known color: Olivine. HEX triplet: 93, AA and 6B. RGB value is (147,170,107). Sum of RGB (Red+Green+Blue) = 147+170+107=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA6B is #6C5594. Grayscale: #9C9C9C. Windows color (decimal): -7099797 or 7056019. OLE color: 7056019.
HSL color Cylindrical-coordinate representation of color #93AA6B: hue angle of 81.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93AA6B is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 107 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.33 |
| HSL | 81.9º | 0.27% | 0.54% | - |
| HSV(B) | 81.9º | 0.37% | 0.67% | - |
| XYZ | 29.06 | 36.01 | 19.33 | - |
| YUV | 155.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 107 | 0.14 | 0 | 0.37 | 0.33 | 81.9 | 0.27 | 0.54 |
| Hex | 93 | AA | 6B | E | 0 | 25 | 21 | 52 | 1B | 36 |
| Octal | 223 | 252 | 153 | 16 | 0 | 45 | 41 | 122 | 33 | 66 |
| Binary | 10010011 | 10101010 | 1101011 | 1110 | 0 | 100101 | 100001 | 1010010 | 11011 | 110110 |
Color Harmonies of #93AA6B
Complementary color
Monochromatic Colors of #93AA6B
Black with #93AA6B
Text Example
Text Example
White with #93AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA6B; }
p { color: rgb(147,170,107); }
H1.HeaderClassName
{
color: #93AA6B;
}
.AnyTagClassName
{
color: #93AA6B;
}
</style>
background-color css
<style>
a { background-color: #93AA6B; }
a { background-color: rgb(147,170,107); }
div.DivClassName
{
background-color: #93AA6B;
}
.BgClassName
{
background-color: #93AA6B;
}
</style>
border-color css
<style>
span { border-color: #93AA6B; }
span { border-color: rgb(147,170,107); }
td.TdClassName
{
border-color: #93AA6B;
}
.TagClassName
{
border-color: #93AA6B;
}
</style>