Shades of Olivine #93AC83
Tints of Olivine #93AC83
RGB
CMYK
RGB Variations
Color information
#93AC83 (or 0x93AC83) is known color: Olivine. HEX triplet: 93, AC and 83. RGB value is (147,172,131). Sum of RGB (Red+Green+Blue) = 147+172+131=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC83 is #6C537C. Grayscale: #9F9F9F. Windows color (decimal): -7099261 or 8629395. OLE color: 8629395.
HSL color Cylindrical-coordinate representation of color #93AC83: hue angle of 96.59º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93AC83 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 172 | 131 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.33 |
| HSL | 96.59º | 0.2% | 0.59% | - |
| HSV(B) | 96.59º | 0.24% | 0.67% | - |
| XYZ | 30.88 | 37.35 | 27.05 | - |
| YUV | 159.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 172 | 131 | 0.15 | 0 | 0.24 | 0.33 | 96.59 | 0.2 | 0.59 |
| Hex | 93 | AC | 83 | F | 0 | 18 | 21 | 61 | 14 | 3B |
| Octal | 223 | 254 | 203 | 17 | 0 | 30 | 41 | 141 | 24 | 73 |
| Binary | 10010011 | 10101100 | 10000011 | 1111 | 0 | 11000 | 100001 | 1100001 | 10100 | 111011 |
Color Harmonies of #93AC83
Complementary color
Monochromatic Colors of #93AC83
Black with #93AC83
Text Example
Text Example
White with #93AC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AC83; }
p { color: rgb(147,172,131); }
H1.HeaderClassName
{
color: #93AC83;
}
.AnyTagClassName
{
color: #93AC83;
}
</style>
background-color css
<style>
a { background-color: #93AC83; }
a { background-color: rgb(147,172,131); }
div.DivClassName
{
background-color: #93AC83;
}
.BgClassName
{
background-color: #93AC83;
}
</style>
border-color css
<style>
span { border-color: #93AC83; }
span { border-color: rgb(147,172,131); }
td.TdClassName
{
border-color: #93AC83;
}
.TagClassName
{
border-color: #93AC83;
}
</style>