Shades of Olivine #93BC7D
Tints of Olivine #93BC7D
RGB
CMYK
RGB Variations
Color information
#93BC7D (or 0x93BC7D) is known color: Olivine. HEX triplet: 93, BC and 7D. RGB value is (147,188,125). Sum of RGB (Red+Green+Blue) = 147+188+125=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC7D is #6C4382. Grayscale: #A8A8A8. Windows color (decimal): -7095171 or 8240275. OLE color: 8240275.
HSL color Cylindrical-coordinate representation of color #93BC7D: hue angle of 99.05º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93BC7D is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 125 | - |
| CMYK | 0.22 | 0 | 0.34 | 0.26 |
| HSL | 99.05º | 0.32% | 0.61% | - |
| HSV(B) | 99.05º | 0.34% | 0.74% | - |
| XYZ | 33.72 | 43.65 | 26.05 | - |
| YUV | 168.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 125 | 0.22 | 0 | 0.34 | 0.26 | 99.05 | 0.32 | 0.61 |
| Hex | 93 | BC | 7D | 16 | 0 | 22 | 1A | 63 | 20 | 3D |
| Octal | 223 | 274 | 175 | 26 | 0 | 42 | 32 | 143 | 40 | 75 |
| Binary | 10010011 | 10111100 | 1111101 | 10110 | 0 | 100010 | 11010 | 1100011 | 100000 | 111101 |
Color Harmonies of #93BC7D
Complementary color
Monochromatic Colors of #93BC7D
Black with #93BC7D
Text Example
Text Example
White with #93BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC7D; }
p { color: rgb(147,188,125); }
H1.HeaderClassName
{
color: #93BC7D;
}
.AnyTagClassName
{
color: #93BC7D;
}
</style>
background-color css
<style>
a { background-color: #93BC7D; }
a { background-color: rgb(147,188,125); }
div.DivClassName
{
background-color: #93BC7D;
}
.BgClassName
{
background-color: #93BC7D;
}
</style>
border-color css
<style>
span { border-color: #93BC7D; }
span { border-color: rgb(147,188,125); }
td.TdClassName
{
border-color: #93BC7D;
}
.TagClassName
{
border-color: #93BC7D;
}
</style>