Shades of Olivine #93CE68
Tints of Olivine #93CE68
RGB
CMYK
RGB Variations
Color information
#93CE68 (or 0x93CE68) is known color: Olivine. HEX triplet: 93, CE and 68. RGB value is (147,206,104). Sum of RGB (Red+Green+Blue) = 147+206+104=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CE68 is #6C3197. Grayscale: #B1B1B1. Windows color (decimal): -7090584 or 6868627. OLE color: 6868627.
HSL color Cylindrical-coordinate representation of color #93CE68: hue angle of 94.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93CE68 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 104 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.19 |
| HSL | 94.71º | 0.51% | 0.61% | - |
| HSV(B) | 94.71º | 0.5% | 0.81% | - |
| XYZ | 36.6 | 51.35 | 21.08 | - |
| YUV | 176.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 104 | 0.29 | 0 | 0.50 | 0.19 | 94.71 | 0.51 | 0.61 |
| Hex | 93 | CE | 68 | 1D | 0 | 32 | 13 | 5F | 33 | 3D |
| Octal | 223 | 316 | 150 | 35 | 0 | 62 | 23 | 137 | 63 | 75 |
| Binary | 10010011 | 11001110 | 1101000 | 11101 | 0 | 110010 | 10011 | 1011111 | 110011 | 111101 |
Color Harmonies of #93CE68
Complementary color
Monochromatic Colors of #93CE68
Black with #93CE68
Text Example
Text Example
White with #93CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CE68; }
p { color: rgb(147,206,104); }
H1.HeaderClassName
{
color: #93CE68;
}
.AnyTagClassName
{
color: #93CE68;
}
</style>
background-color css
<style>
a { background-color: #93CE68; }
a { background-color: rgb(147,206,104); }
div.DivClassName
{
background-color: #93CE68;
}
.BgClassName
{
background-color: #93CE68;
}
</style>
border-color css
<style>
span { border-color: #93CE68; }
span { border-color: rgb(147,206,104); }
td.TdClassName
{
border-color: #93CE68;
}
.TagClassName
{
border-color: #93CE68;
}
</style>