Shades of Apple #68BD56
Tints of Apple #68BD56
RGB
CMYK
RGB Variations
Color information
#68BD56 (or 0x68BD56) is known color: Apple. HEX triplet: 68, BD and 56. RGB value is (104,189,86). Sum of RGB (Red+Green+Blue) = 104+189+86=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BD56 is #9742A9. Grayscale: #989898. Windows color (decimal): -9913002 or 5684584. OLE color: 5684584.
HSL color Cylindrical-coordinate representation of color #68BD56: hue angle of 109.51º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BD56 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 86 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.26 |
| HSL | 109.51º | 0.44% | 0.54% | - |
| HSV(B) | 109.51º | 0.54% | 0.74% | - |
| XYZ | 25.59 | 40.01 | 15.18 | - |
| YUV | 151.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 86 | 0.45 | 0 | 0.54 | 0.26 | 109.51 | 0.44 | 0.54 |
| Hex | 68 | BD | 56 | 2D | 0 | 36 | 1A | 6E | 2C | 36 |
| Octal | 150 | 275 | 126 | 55 | 0 | 66 | 32 | 156 | 54 | 66 |
| Binary | 1101000 | 10111101 | 1010110 | 101101 | 0 | 110110 | 11010 | 1101110 | 101100 | 110110 |
Color Harmonies of #68BD56
Complementary color
Monochromatic Colors of #68BD56
Black with #68BD56
Text Example
Text Example
White with #68BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD56; }
p { color: rgb(104,189,86); }
H1.HeaderClassName
{
color: #68BD56;
}
.AnyTagClassName
{
color: #68BD56;
}
</style>
background-color css
<style>
a { background-color: #68BD56; }
a { background-color: rgb(104,189,86); }
div.DivClassName
{
background-color: #68BD56;
}
.BgClassName
{
background-color: #68BD56;
}
</style>
border-color css
<style>
span { border-color: #68BD56; }
span { border-color: rgb(104,189,86); }
td.TdClassName
{
border-color: #68BD56;
}
.TagClassName
{
border-color: #68BD56;
}
</style>