Shades of Olivine #93C973
Tints of Olivine #93C973
RGB
CMYK
RGB Variations
Color information
#93C973 (or 0x93C973) is known color: Olivine. HEX triplet: 93, C9 and 73. RGB value is (147,201,115). Sum of RGB (Red+Green+Blue) = 147+201+115=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #93C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C973 is #6C368C. Grayscale: #AFAFAF. Windows color (decimal): -7091853 or 7588243. OLE color: 7588243.
HSL color Cylindrical-coordinate representation of color #93C973: hue angle of 97.67º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #93C973 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 115 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.21 |
| HSL | 97.67º | 0.44% | 0.62% | - |
| HSV(B) | 97.67º | 0.43% | 0.79% | - |
| XYZ | 36.01 | 49.21 | 23.82 | - |
| YUV | 175.05 | 94.11 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 115 | 0.27 | 0 | 0.43 | 0.21 | 97.67 | 0.44 | 0.62 |
| Hex | 93 | C9 | 73 | 1B | 0 | 2B | 15 | 62 | 2C | 3E |
| Octal | 223 | 311 | 163 | 33 | 0 | 53 | 25 | 142 | 54 | 76 |
| Binary | 10010011 | 11001001 | 1110011 | 11011 | 0 | 101011 | 10101 | 1100010 | 101100 | 111110 |
Color Harmonies of #93C973
Complementary color
Monochromatic Colors of #93C973
Black with #93C973
Text Example
Text Example
White with #93C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C973; }
p { color: rgb(147,201,115); }
H1.HeaderClassName
{
color: #93C973;
}
.AnyTagClassName
{
color: #93C973;
}
</style>
background-color css
<style>
a { background-color: #93C973; }
a { background-color: rgb(147,201,115); }
div.DivClassName
{
background-color: #93C973;
}
.BgClassName
{
background-color: #93C973;
}
</style>
border-color css
<style>
span { border-color: #93C973; }
span { border-color: rgb(147,201,115); }
td.TdClassName
{
border-color: #93C973;
}
.TagClassName
{
border-color: #93C973;
}
</style>