Shades of Olivine #93B581
Tints of Olivine #93B581
RGB
CMYK
RGB Variations
Color information
#93B581 (or 0x93B581) is known color: Olivine. HEX triplet: 93, B5 and 81. RGB value is (147,181,129). Sum of RGB (Red+Green+Blue) = 147+181+129=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #93B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B581 is #6C4A7E. Grayscale: #A5A5A5. Windows color (decimal): -7096959 or 8500627. OLE color: 8500627.
HSL color Cylindrical-coordinate representation of color #93B581: hue angle of 99.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B581 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 129 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.29 |
| HSL | 99.23º | 0.26% | 0.61% | - |
| HSV(B) | 99.23º | 0.29% | 0.71% | - |
| XYZ | 32.52 | 40.84 | 26.94 | - |
| YUV | 164.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 129 | 0.19 | 0 | 0.29 | 0.29 | 99.23 | 0.26 | 0.61 |
| Hex | 93 | B5 | 81 | 13 | 0 | 1D | 1D | 63 | 1A | 3D |
| Octal | 223 | 265 | 201 | 23 | 0 | 35 | 35 | 143 | 32 | 75 |
| Binary | 10010011 | 10110101 | 10000001 | 10011 | 0 | 11101 | 11101 | 1100011 | 11010 | 111101 |
Color Harmonies of #93B581
Complementary color
Monochromatic Colors of #93B581
Black with #93B581
Text Example
Text Example
White with #93B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B581; }
p { color: rgb(147,181,129); }
H1.HeaderClassName
{
color: #93B581;
}
.AnyTagClassName
{
color: #93B581;
}
</style>
background-color css
<style>
a { background-color: #93B581; }
a { background-color: rgb(147,181,129); }
div.DivClassName
{
background-color: #93B581;
}
.BgClassName
{
background-color: #93B581;
}
</style>
border-color css
<style>
span { border-color: #93B581; }
span { border-color: rgb(147,181,129); }
td.TdClassName
{
border-color: #93B581;
}
.TagClassName
{
border-color: #93B581;
}
</style>