Shades of Olivine #93B57E
Tints of Olivine #93B57E
RGB
CMYK
RGB Variations
Color information
#93B57E (or 0x93B57E) is known color: Olivine. HEX triplet: 93, B5 and 7E. RGB value is (147,181,126). Sum of RGB (Red+Green+Blue) = 147+181+126=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #93B57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B57E is #6C4A81. Grayscale: #A4A4A4. Windows color (decimal): -7096962 or 8304019. OLE color: 8304019.
HSL color Cylindrical-coordinate representation of color #93B57E: hue angle of 97.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93B57E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 126 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.29 |
| HSL | 97.09º | 0.27% | 0.6% | - |
| HSV(B) | 97.09º | 0.3% | 0.71% | - |
| XYZ | 32.32 | 40.76 | 25.9 | - |
| YUV | 164.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 126 | 0.19 | 0 | 0.30 | 0.29 | 97.09 | 0.27 | 0.6 |
| Hex | 93 | B5 | 7E | 13 | 0 | 1E | 1D | 61 | 1B | 3C |
| Octal | 223 | 265 | 176 | 23 | 0 | 36 | 35 | 141 | 33 | 74 |
| Binary | 10010011 | 10110101 | 1111110 | 10011 | 0 | 11110 | 11101 | 1100001 | 11011 | 111100 |
Color Harmonies of #93B57E
Complementary color
Monochromatic Colors of #93B57E
Black with #93B57E
Text Example
Text Example
White with #93B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B57E; }
p { color: rgb(147,181,126); }
H1.HeaderClassName
{
color: #93B57E;
}
.AnyTagClassName
{
color: #93B57E;
}
</style>
background-color css
<style>
a { background-color: #93B57E; }
a { background-color: rgb(147,181,126); }
div.DivClassName
{
background-color: #93B57E;
}
.BgClassName
{
background-color: #93B57E;
}
</style>
border-color css
<style>
span { border-color: #93B57E; }
span { border-color: rgb(147,181,126); }
td.TdClassName
{
border-color: #93B57E;
}
.TagClassName
{
border-color: #93B57E;
}
</style>