Shades of Olivine #93A582
Tints of Olivine #93A582
RGB
CMYK
RGB Variations
Color information
#93A582 (or 0x93A582) is known color: Olivine. HEX triplet: 93, A5 and 82. RGB value is (147,165,130). Sum of RGB (Red+Green+Blue) = 147+165+130=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #93A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A582 is #6C5A7D. Grayscale: #9B9B9B. Windows color (decimal): -7101054 or 8562067. OLE color: 8562067.
HSL color Cylindrical-coordinate representation of color #93A582: hue angle of 90.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A582 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 130 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.35 |
| HSL | 90.86º | 0.16% | 0.58% | - |
| HSV(B) | 90.86º | 0.21% | 0.65% | - |
| XYZ | 29.52 | 34.73 | 26.27 | - |
| YUV | 155.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 130 | 0.11 | 0 | 0.21 | 0.35 | 90.86 | 0.16 | 0.58 |
| Hex | 93 | A5 | 82 | B | 0 | 15 | 23 | 5B | 10 | 3A |
| Octal | 223 | 245 | 202 | 13 | 0 | 25 | 43 | 133 | 20 | 72 |
| Binary | 10010011 | 10100101 | 10000010 | 1011 | 0 | 10101 | 100011 | 1011011 | 10000 | 111010 |
Color Harmonies of #93A582
Complementary color
Monochromatic Colors of #93A582
Black with #93A582
Text Example
Text Example
White with #93A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A582; }
p { color: rgb(147,165,130); }
H1.HeaderClassName
{
color: #93A582;
}
.AnyTagClassName
{
color: #93A582;
}
</style>
background-color css
<style>
a { background-color: #93A582; }
a { background-color: rgb(147,165,130); }
div.DivClassName
{
background-color: #93A582;
}
.BgClassName
{
background-color: #93A582;
}
</style>
border-color css
<style>
span { border-color: #93A582; }
span { border-color: rgb(147,165,130); }
td.TdClassName
{
border-color: #93A582;
}
.TagClassName
{
border-color: #93A582;
}
</style>