Shades of Olivine #93CC6B
Tints of Olivine #93CC6B
RGB
CMYK
RGB Variations
Color information
#93CC6B (or 0x93CC6B) is known color: Olivine. HEX triplet: 93, CC and 6B. RGB value is (147,204,107). Sum of RGB (Red+Green+Blue) = 147+204+107=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CC6B is #6C3394. Grayscale: #B0B0B0. Windows color (decimal): -7091093 or 7064723. OLE color: 7064723.
HSL color Cylindrical-coordinate representation of color #93CC6B: hue angle of 95.26º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93CC6B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 204 | 107 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.2 |
| HSL | 95.26º | 0.49% | 0.61% | - |
| HSV(B) | 95.26º | 0.48% | 0.8% | - |
| XYZ | 36.28 | 50.45 | 21.74 | - |
| YUV | 175.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 204 | 107 | 0.28 | 0 | 0.48 | 0.2 | 95.26 | 0.49 | 0.61 |
| Hex | 93 | CC | 6B | 1C | 0 | 30 | 14 | 5F | 31 | 3D |
| Octal | 223 | 314 | 153 | 34 | 0 | 60 | 24 | 137 | 61 | 75 |
| Binary | 10010011 | 11001100 | 1101011 | 11100 | 0 | 110000 | 10100 | 1011111 | 110001 | 111101 |
Color Harmonies of #93CC6B
Complementary color
Monochromatic Colors of #93CC6B
Black with #93CC6B
Text Example
Text Example
White with #93CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CC6B; }
p { color: rgb(147,204,107); }
H1.HeaderClassName
{
color: #93CC6B;
}
.AnyTagClassName
{
color: #93CC6B;
}
</style>
background-color css
<style>
a { background-color: #93CC6B; }
a { background-color: rgb(147,204,107); }
div.DivClassName
{
background-color: #93CC6B;
}
.BgClassName
{
background-color: #93CC6B;
}
</style>
border-color css
<style>
span { border-color: #93CC6B; }
span { border-color: rgb(147,204,107); }
td.TdClassName
{
border-color: #93CC6B;
}
.TagClassName
{
border-color: #93CC6B;
}
</style>