Shades of Olivine #93B975
Tints of Olivine #93B975
RGB
CMYK
RGB Variations
Color information
#93B975 (or 0x93B975) is known color: Olivine. HEX triplet: 93, B9 and 75. RGB value is (147,185,117). Sum of RGB (Red+Green+Blue) = 147+185+117=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #93B975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B975 is #6C468A. Grayscale: #A6A6A6. Windows color (decimal): -7095947 or 7715219. OLE color: 7715219.
HSL color Cylindrical-coordinate representation of color #93B975: hue angle of 93.53º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93B975 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 185 | 117 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.27 |
| HSL | 93.53º | 0.33% | 0.59% | - |
| HSV(B) | 93.53º | 0.37% | 0.73% | - |
| XYZ | 32.59 | 42.19 | 23.25 | - |
| YUV | 165.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 117 | 0.21 | 0 | 0.37 | 0.27 | 93.53 | 0.33 | 0.59 |
| Hex | 93 | B9 | 75 | 15 | 0 | 25 | 1B | 5E | 21 | 3B |
| Octal | 223 | 271 | 165 | 25 | 0 | 45 | 33 | 136 | 41 | 73 |
| Binary | 10010011 | 10111001 | 1110101 | 10101 | 0 | 100101 | 11011 | 1011110 | 100001 | 111011 |
Color Harmonies of #93B975
Complementary color
Monochromatic Colors of #93B975
Black with #93B975
Text Example
Text Example
White with #93B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B975; }
p { color: rgb(147,185,117); }
H1.HeaderClassName
{
color: #93B975;
}
.AnyTagClassName
{
color: #93B975;
}
</style>
background-color css
<style>
a { background-color: #93B975; }
a { background-color: rgb(147,185,117); }
div.DivClassName
{
background-color: #93B975;
}
.BgClassName
{
background-color: #93B975;
}
</style>
border-color css
<style>
span { border-color: #93B975; }
span { border-color: rgb(147,185,117); }
td.TdClassName
{
border-color: #93B975;
}
.TagClassName
{
border-color: #93B975;
}
</style>