Shades of Olivine #93C56A
Tints of Olivine #93C56A
RGB
CMYK
RGB Variations
Color information
#93C56A (or 0x93C56A) is known color: Olivine. HEX triplet: 93, C5 and 6A. RGB value is (147,197,106). Sum of RGB (Red+Green+Blue) = 147+197+106=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #93C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C56A is #6C3A95. Grayscale: #ABABAB. Windows color (decimal): -7092886 or 6997395. OLE color: 6997395.
HSL color Cylindrical-coordinate representation of color #93C56A: hue angle of 92.97º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93C56A is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 106 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.23 |
| HSL | 92.97º | 0.44% | 0.59% | - |
| HSV(B) | 92.97º | 0.46% | 0.77% | - |
| XYZ | 34.6 | 47.18 | 20.92 | - |
| YUV | 171.68 | 90.94 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 106 | 0.25 | 0 | 0.46 | 0.23 | 92.97 | 0.44 | 0.59 |
| Hex | 93 | C5 | 6A | 19 | 0 | 2E | 17 | 5D | 2C | 3B |
| Octal | 223 | 305 | 152 | 31 | 0 | 56 | 27 | 135 | 54 | 73 |
| Binary | 10010011 | 11000101 | 1101010 | 11001 | 0 | 101110 | 10111 | 1011101 | 101100 | 111011 |
Color Harmonies of #93C56A
Complementary color
Monochromatic Colors of #93C56A
Black with #93C56A
Text Example
Text Example
White with #93C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C56A; }
p { color: rgb(147,197,106); }
H1.HeaderClassName
{
color: #93C56A;
}
.AnyTagClassName
{
color: #93C56A;
}
</style>
background-color css
<style>
a { background-color: #93C56A; }
a { background-color: rgb(147,197,106); }
div.DivClassName
{
background-color: #93C56A;
}
.BgClassName
{
background-color: #93C56A;
}
</style>
border-color css
<style>
span { border-color: #93C56A; }
span { border-color: rgb(147,197,106); }
td.TdClassName
{
border-color: #93C56A;
}
.TagClassName
{
border-color: #93C56A;
}
</style>