Shades of Olivine #93B17E
Tints of Olivine #93B17E
RGB
CMYK
RGB Variations
Color information
#93B17E (or 0x93B17E) is known color: Olivine. HEX triplet: 93, B1 and 7E. RGB value is (147,177,126). Sum of RGB (Red+Green+Blue) = 147+177+126=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #93B17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B17E is #6C4E81. Grayscale: #A2A2A2. Windows color (decimal): -7097986 or 8302995. OLE color: 8302995.
HSL color Cylindrical-coordinate representation of color #93B17E: hue angle of 95.29º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B17E is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 126 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.31 |
| HSL | 95.29º | 0.25% | 0.59% | - |
| HSV(B) | 95.29º | 0.29% | 0.69% | - |
| XYZ | 31.52 | 39.15 | 25.63 | - |
| YUV | 162.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 126 | 0.17 | 0 | 0.29 | 0.31 | 95.29 | 0.25 | 0.59 |
| Hex | 93 | B1 | 7E | 11 | 0 | 1D | 1F | 5F | 19 | 3B |
| Octal | 223 | 261 | 176 | 21 | 0 | 35 | 37 | 137 | 31 | 73 |
| Binary | 10010011 | 10110001 | 1111110 | 10001 | 0 | 11101 | 11111 | 1011111 | 11001 | 111011 |
Color Harmonies of #93B17E
Complementary color
Monochromatic Colors of #93B17E
Black with #93B17E
Text Example
Text Example
White with #93B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B17E; }
p { color: rgb(147,177,126); }
H1.HeaderClassName
{
color: #93B17E;
}
.AnyTagClassName
{
color: #93B17E;
}
</style>
background-color css
<style>
a { background-color: #93B17E; }
a { background-color: rgb(147,177,126); }
div.DivClassName
{
background-color: #93B17E;
}
.BgClassName
{
background-color: #93B17E;
}
</style>
border-color css
<style>
span { border-color: #93B17E; }
span { border-color: rgb(147,177,126); }
td.TdClassName
{
border-color: #93B17E;
}
.TagClassName
{
border-color: #93B17E;
}
</style>