Shades of Olivine #93BC7F
Tints of Olivine #93BC7F
RGB
CMYK
RGB Variations
Color information
#93BC7F (or 0x93BC7F) is known color: Olivine. HEX triplet: 93, BC and 7F. RGB value is (147,188,127). Sum of RGB (Red+Green+Blue) = 147+188+127=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC7F is #6C4380. Grayscale: #A8A8A8. Windows color (decimal): -7095169 or 8371347. OLE color: 8371347.
HSL color Cylindrical-coordinate representation of color #93BC7F: hue angle of 100.33º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93BC7F is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 127 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.26 |
| HSL | 100.33º | 0.31% | 0.62% | - |
| HSV(B) | 100.33º | 0.32% | 0.74% | - |
| XYZ | 33.85 | 43.7 | 26.73 | - |
| YUV | 168.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 127 | 0.22 | 0 | 0.32 | 0.26 | 100.33 | 0.31 | 0.62 |
| Hex | 93 | BC | 7F | 16 | 0 | 20 | 1A | 64 | 1F | 3E |
| Octal | 223 | 274 | 177 | 26 | 0 | 40 | 32 | 144 | 37 | 76 |
| Binary | 10010011 | 10111100 | 1111111 | 10110 | 0 | 100000 | 11010 | 1100100 | 11111 | 111110 |
Color Harmonies of #93BC7F
Complementary color
Monochromatic Colors of #93BC7F
Black with #93BC7F
Text Example
Text Example
White with #93BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BC7F; }
p { color: rgb(147,188,127); }
H1.HeaderClassName
{
color: #93BC7F;
}
.AnyTagClassName
{
color: #93BC7F;
}
</style>
background-color css
<style>
a { background-color: #93BC7F; }
a { background-color: rgb(147,188,127); }
div.DivClassName
{
background-color: #93BC7F;
}
.BgClassName
{
background-color: #93BC7F;
}
</style>
border-color css
<style>
span { border-color: #93BC7F; }
span { border-color: rgb(147,188,127); }
td.TdClassName
{
border-color: #93BC7F;
}
.TagClassName
{
border-color: #93BC7F;
}
</style>