Shades of Olivine #93AB7C
Tints of Olivine #93AB7C
RGB
CMYK
RGB Variations
Color information
#93AB7C (or 0x93AB7C) is known color: Olivine. HEX triplet: 93, AB and 7C. RGB value is (147,171,124). Sum of RGB (Red+Green+Blue) = 147+171+124=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB7C is #6C5483. Grayscale: #9E9E9E. Windows color (decimal): -7099524 or 8170387. OLE color: 8170387.
HSL color Cylindrical-coordinate representation of color #93AB7C: hue angle of 90.64º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93AB7C is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 124 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.33 |
| HSL | 90.64º | 0.22% | 0.58% | - |
| HSV(B) | 90.64º | 0.27% | 0.67% | - |
| XYZ | 30.23 | 36.78 | 24.58 | - |
| YUV | 158.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 124 | 0.14 | 0 | 0.27 | 0.33 | 90.64 | 0.22 | 0.58 |
| Hex | 93 | AB | 7C | E | 0 | 1B | 21 | 5B | 16 | 3A |
| Octal | 223 | 253 | 174 | 16 | 0 | 33 | 41 | 133 | 26 | 72 |
| Binary | 10010011 | 10101011 | 1111100 | 1110 | 0 | 11011 | 100001 | 1011011 | 10110 | 111010 |
Color Harmonies of #93AB7C
Complementary color
Monochromatic Colors of #93AB7C
Black with #93AB7C
Text Example
Text Example
White with #93AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB7C; }
p { color: rgb(147,171,124); }
H1.HeaderClassName
{
color: #93AB7C;
}
.AnyTagClassName
{
color: #93AB7C;
}
</style>
background-color css
<style>
a { background-color: #93AB7C; }
a { background-color: rgb(147,171,124); }
div.DivClassName
{
background-color: #93AB7C;
}
.BgClassName
{
background-color: #93AB7C;
}
</style>
border-color css
<style>
span { border-color: #93AB7C; }
span { border-color: rgb(147,171,124); }
td.TdClassName
{
border-color: #93AB7C;
}
.TagClassName
{
border-color: #93AB7C;
}
</style>