Shades of Apple #68BC5B
Tints of Apple #68BC5B
RGB
CMYK
RGB Variations
Color information
#68BC5B (or 0x68BC5B) is known color: Apple. HEX triplet: 68, BC and 5B. RGB value is (104,188,91). Sum of RGB (Red+Green+Blue) = 104+188+91=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC5B is #9743A4. Grayscale: #989898. Windows color (decimal): -9913253 or 6012008. OLE color: 6012008.
HSL color Cylindrical-coordinate representation of color #68BC5B: hue angle of 111.96º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BC5B is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 91 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.26 |
| HSL | 111.96º | 0.42% | 0.55% | - |
| HSV(B) | 111.96º | 0.52% | 0.74% | - |
| XYZ | 25.58 | 39.66 | 16.21 | - |
| YUV | 151.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 91 | 0.45 | 0 | 0.52 | 0.26 | 111.96 | 0.42 | 0.55 |
| Hex | 68 | BC | 5B | 2D | 0 | 34 | 1A | 70 | 2A | 37 |
| Octal | 150 | 274 | 133 | 55 | 0 | 64 | 32 | 160 | 52 | 67 |
| Binary | 1101000 | 10111100 | 1011011 | 101101 | 0 | 110100 | 11010 | 1110000 | 101010 | 110111 |
Color Harmonies of #68BC5B
Complementary color
Monochromatic Colors of #68BC5B
Black with #68BC5B
Text Example
Text Example
White with #68BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC5B; }
p { color: rgb(104,188,91); }
H1.HeaderClassName
{
color: #68BC5B;
}
.AnyTagClassName
{
color: #68BC5B;
}
</style>
background-color css
<style>
a { background-color: #68BC5B; }
a { background-color: rgb(104,188,91); }
div.DivClassName
{
background-color: #68BC5B;
}
.BgClassName
{
background-color: #68BC5B;
}
</style>
border-color css
<style>
span { border-color: #68BC5B; }
span { border-color: rgb(104,188,91); }
td.TdClassName
{
border-color: #68BC5B;
}
.TagClassName
{
border-color: #68BC5B;
}
</style>