Shades of Olivine #93B175
Tints of Olivine #93B175
RGB
CMYK
RGB Variations
Color information
#93B175 (or 0x93B175) is known color: Olivine. HEX triplet: 93, B1 and 75. RGB value is (147,177,117). Sum of RGB (Red+Green+Blue) = 147+177+117=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #93B175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B175 is #6C4E8A. Grayscale: #A1A1A1. Windows color (decimal): -7097995 or 7713171. OLE color: 7713171.
HSL color Cylindrical-coordinate representation of color #93B175: hue angle of 90º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B175 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 117 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.31 |
| HSL | 90º | 0.28% | 0.58% | - |
| HSV(B) | 90º | 0.34% | 0.69% | - |
| XYZ | 30.97 | 38.93 | 22.71 | - |
| YUV | 161.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 117 | 0.17 | 0 | 0.34 | 0.31 | 90 | 0.28 | 0.58 |
| Hex | 93 | B1 | 75 | 11 | 0 | 22 | 1F | 5A | 1C | 3A |
| Octal | 223 | 261 | 165 | 21 | 0 | 42 | 37 | 132 | 34 | 72 |
| Binary | 10010011 | 10110001 | 1110101 | 10001 | 0 | 100010 | 11111 | 1011010 | 11100 | 111010 |
Color Harmonies of #93B175
Complementary color
Monochromatic Colors of #93B175
Black with #93B175
Text Example
Text Example
White with #93B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B175; }
p { color: rgb(147,177,117); }
H1.HeaderClassName
{
color: #93B175;
}
.AnyTagClassName
{
color: #93B175;
}
</style>
background-color css
<style>
a { background-color: #93B175; }
a { background-color: rgb(147,177,117); }
div.DivClassName
{
background-color: #93B175;
}
.BgClassName
{
background-color: #93B175;
}
</style>
border-color css
<style>
span { border-color: #93B175; }
span { border-color: rgb(147,177,117); }
td.TdClassName
{
border-color: #93B175;
}
.TagClassName
{
border-color: #93B175;
}
</style>