Shades of Olivine #93B176
Tints of Olivine #93B176
RGB
CMYK
RGB Variations
Color information
#93B176 (or 0x93B176) is known color: Olivine. HEX triplet: 93, B1 and 76. RGB value is (147,177,118). Sum of RGB (Red+Green+Blue) = 147+177+118=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #93B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B176 is #6C4E89. Grayscale: #A1A1A1. Windows color (decimal): -7097994 or 7778707. OLE color: 7778707.
HSL color Cylindrical-coordinate representation of color #93B176: hue angle of 90.51º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B176 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 118 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.31 |
| HSL | 90.51º | 0.27% | 0.58% | - |
| HSV(B) | 90.51º | 0.33% | 0.69% | - |
| XYZ | 31.02 | 38.96 | 23.02 | - |
| YUV | 161.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 118 | 0.17 | 0 | 0.33 | 0.31 | 90.51 | 0.27 | 0.58 |
| Hex | 93 | B1 | 76 | 11 | 0 | 21 | 1F | 5B | 1B | 3A |
| Octal | 223 | 261 | 166 | 21 | 0 | 41 | 37 | 133 | 33 | 72 |
| Binary | 10010011 | 10110001 | 1110110 | 10001 | 0 | 100001 | 11111 | 1011011 | 11011 | 111010 |
Color Harmonies of #93B176
Complementary color
Monochromatic Colors of #93B176
Black with #93B176
Text Example
Text Example
White with #93B176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B176; }
p { color: rgb(147,177,118); }
H1.HeaderClassName
{
color: #93B176;
}
.AnyTagClassName
{
color: #93B176;
}
</style>
background-color css
<style>
a { background-color: #93B176; }
a { background-color: rgb(147,177,118); }
div.DivClassName
{
background-color: #93B176;
}
.BgClassName
{
background-color: #93B176;
}
</style>
border-color css
<style>
span { border-color: #93B176; }
span { border-color: rgb(147,177,118); }
td.TdClassName
{
border-color: #93B176;
}
.TagClassName
{
border-color: #93B176;
}
</style>