Shades of Olivine #93AB83
Tints of Olivine #93AB83
RGB
CMYK
RGB Variations
Color information
#93AB83 (or 0x93AB83) is known color: Olivine. HEX triplet: 93, AB and 83. RGB value is (147,171,131). Sum of RGB (Red+Green+Blue) = 147+171+131=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB83 is #6C547C. Grayscale: #9F9F9F. Windows color (decimal): -7099517 or 8629139. OLE color: 8629139.
HSL color Cylindrical-coordinate representation of color #93AB83: hue angle of 96º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93AB83 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 131 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.33 |
| HSL | 96º | 0.19% | 0.59% | - |
| HSV(B) | 96º | 0.23% | 0.67% | - |
| XYZ | 30.69 | 36.97 | 26.99 | - |
| YUV | 159.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 131 | 0.14 | 0 | 0.23 | 0.33 | 96 | 0.19 | 0.59 |
| Hex | 93 | AB | 83 | E | 0 | 17 | 21 | 60 | 13 | 3B |
| Octal | 223 | 253 | 203 | 16 | 0 | 27 | 41 | 140 | 23 | 73 |
| Binary | 10010011 | 10101011 | 10000011 | 1110 | 0 | 10111 | 100001 | 1100000 | 10011 | 111011 |
Color Harmonies of #93AB83
Complementary color
Monochromatic Colors of #93AB83
Black with #93AB83
Text Example
Text Example
White with #93AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB83; }
p { color: rgb(147,171,131); }
H1.HeaderClassName
{
color: #93AB83;
}
.AnyTagClassName
{
color: #93AB83;
}
</style>
background-color css
<style>
a { background-color: #93AB83; }
a { background-color: rgb(147,171,131); }
div.DivClassName
{
background-color: #93AB83;
}
.BgClassName
{
background-color: #93AB83;
}
</style>
border-color css
<style>
span { border-color: #93AB83; }
span { border-color: rgb(147,171,131); }
td.TdClassName
{
border-color: #93AB83;
}
.TagClassName
{
border-color: #93AB83;
}
</style>