Shades of Olivine #93B17F
Tints of Olivine #93B17F
RGB
CMYK
RGB Variations
Color information
#93B17F (or 0x93B17F) is known color: Olivine. HEX triplet: 93, B1 and 7F. RGB value is (147,177,127). Sum of RGB (Red+Green+Blue) = 147+177+127=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #93B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B17F is #6C4E80. Grayscale: #A2A2A2. Windows color (decimal): -7097985 or 8368531. OLE color: 8368531.
HSL color Cylindrical-coordinate representation of color #93B17F: hue angle of 96º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93B17F is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 127 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.31 |
| HSL | 96º | 0.24% | 0.6% | - |
| HSV(B) | 96º | 0.28% | 0.69% | - |
| XYZ | 31.59 | 39.18 | 25.98 | - |
| YUV | 162.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 127 | 0.17 | 0 | 0.28 | 0.31 | 96 | 0.24 | 0.6 |
| Hex | 93 | B1 | 7F | 11 | 0 | 1C | 1F | 60 | 18 | 3C |
| Octal | 223 | 261 | 177 | 21 | 0 | 34 | 37 | 140 | 30 | 74 |
| Binary | 10010011 | 10110001 | 1111111 | 10001 | 0 | 11100 | 11111 | 1100000 | 11000 | 111100 |
Color Harmonies of #93B17F
Complementary color
Monochromatic Colors of #93B17F
Black with #93B17F
Text Example
Text Example
White with #93B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B17F; }
p { color: rgb(147,177,127); }
H1.HeaderClassName
{
color: #93B17F;
}
.AnyTagClassName
{
color: #93B17F;
}
</style>
background-color css
<style>
a { background-color: #93B17F; }
a { background-color: rgb(147,177,127); }
div.DivClassName
{
background-color: #93B17F;
}
.BgClassName
{
background-color: #93B17F;
}
</style>
border-color css
<style>
span { border-color: #93B17F; }
span { border-color: rgb(147,177,127); }
td.TdClassName
{
border-color: #93B17F;
}
.TagClassName
{
border-color: #93B17F;
}
</style>