Shades of Olivine #93BE6A
Tints of Olivine #93BE6A
RGB
CMYK
RGB Variations
Color information
#93BE6A (or 0x93BE6A) is known color: Olivine. HEX triplet: 93, BE and 6A. RGB value is (147,190,106). Sum of RGB (Red+Green+Blue) = 147+190+106=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE6A is #6C4195. Grayscale: #A7A7A7. Windows color (decimal): -7094678 or 6995603. OLE color: 6995603.
HSL color Cylindrical-coordinate representation of color #93BE6A: hue angle of 90.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93BE6A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 106 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.25 |
| HSL | 90.71º | 0.39% | 0.58% | - |
| HSV(B) | 90.71º | 0.44% | 0.75% | - |
| XYZ | 33.05 | 44.07 | 20.4 | - |
| YUV | 167.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 106 | 0.23 | 0 | 0.44 | 0.25 | 90.71 | 0.39 | 0.58 |
| Hex | 93 | BE | 6A | 17 | 0 | 2C | 19 | 5B | 27 | 3A |
| Octal | 223 | 276 | 152 | 27 | 0 | 54 | 31 | 133 | 47 | 72 |
| Binary | 10010011 | 10111110 | 1101010 | 10111 | 0 | 101100 | 11001 | 1011011 | 100111 | 111010 |
Color Harmonies of #93BE6A
Complementary color
Monochromatic Colors of #93BE6A
Black with #93BE6A
Text Example
Text Example
White with #93BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE6A; }
p { color: rgb(147,190,106); }
H1.HeaderClassName
{
color: #93BE6A;
}
.AnyTagClassName
{
color: #93BE6A;
}
</style>
background-color css
<style>
a { background-color: #93BE6A; }
a { background-color: rgb(147,190,106); }
div.DivClassName
{
background-color: #93BE6A;
}
.BgClassName
{
background-color: #93BE6A;
}
</style>
border-color css
<style>
span { border-color: #93BE6A; }
span { border-color: rgb(147,190,106); }
td.TdClassName
{
border-color: #93BE6A;
}
.TagClassName
{
border-color: #93BE6A;
}
</style>