Shades of Olivine #93CB68
Tints of Olivine #93CB68
RGB
CMYK
RGB Variations
Color information
#93CB68 (or 0x93CB68) is known color: Olivine. HEX triplet: 93, CB and 68. RGB value is (147,203,104). Sum of RGB (Red+Green+Blue) = 147+203+104=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CB68 is #6C3497. Grayscale: #AFAFAF. Windows color (decimal): -7091352 or 6867859. OLE color: 6867859.
HSL color Cylindrical-coordinate representation of color #93CB68: hue angle of 93.94º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93CB68 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 104 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.20 |
| HSL | 93.94º | 0.49% | 0.6% | - |
| HSV(B) | 93.94º | 0.49% | 0.8% | - |
| XYZ | 35.89 | 49.91 | 20.84 | - |
| YUV | 174.97 | 87.95 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 104 | 0.28 | 0 | 0.49 | 0.20 | 93.94 | 0.49 | 0.6 |
| Hex | 93 | CB | 68 | 1C | 0 | 31 | 14 | 5E | 31 | 3C |
| Octal | 223 | 313 | 150 | 34 | 0 | 61 | 24 | 136 | 61 | 74 |
| Binary | 10010011 | 11001011 | 1101000 | 11100 | 0 | 110001 | 10100 | 1011110 | 110001 | 111100 |
Color Harmonies of #93CB68
Complementary color
Monochromatic Colors of #93CB68
Black with #93CB68
Text Example
Text Example
White with #93CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CB68; }
p { color: rgb(147,203,104); }
H1.HeaderClassName
{
color: #93CB68;
}
.AnyTagClassName
{
color: #93CB68;
}
</style>
background-color css
<style>
a { background-color: #93CB68; }
a { background-color: rgb(147,203,104); }
div.DivClassName
{
background-color: #93CB68;
}
.BgClassName
{
background-color: #93CB68;
}
</style>
border-color css
<style>
span { border-color: #93CB68; }
span { border-color: rgb(147,203,104); }
td.TdClassName
{
border-color: #93CB68;
}
.TagClassName
{
border-color: #93CB68;
}
</style>