Shades of Apple #68BA56
Tints of Apple #68BA56
RGB
CMYK
RGB Variations
Color information
#68BA56 (or 0x68BA56) is known color: Apple. HEX triplet: 68, BA and 56. RGB value is (104,186,86). Sum of RGB (Red+Green+Blue) = 104+186+86=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA56 is #9745A9. Grayscale: #969696. Windows color (decimal): -9913770 or 5683816. OLE color: 5683816.
HSL color Cylindrical-coordinate representation of color #68BA56: hue angle of 109.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BA56 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 86 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.27 |
| HSL | 109.2º | 0.42% | 0.53% | - |
| HSV(B) | 109.2º | 0.54% | 0.73% | - |
| XYZ | 24.95 | 38.73 | 14.97 | - |
| YUV | 150.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 86 | 0.44 | 0 | 0.54 | 0.27 | 109.2 | 0.42 | 0.53 |
| Hex | 68 | BA | 56 | 2C | 0 | 36 | 1B | 6D | 2A | 35 |
| Octal | 150 | 272 | 126 | 54 | 0 | 66 | 33 | 155 | 52 | 65 |
| Binary | 1101000 | 10111010 | 1010110 | 101100 | 0 | 110110 | 11011 | 1101101 | 101010 | 110101 |
Color Harmonies of #68BA56
Complementary color
Monochromatic Colors of #68BA56
Black with #68BA56
Text Example
Text Example
White with #68BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA56; }
p { color: rgb(104,186,86); }
H1.HeaderClassName
{
color: #68BA56;
}
.AnyTagClassName
{
color: #68BA56;
}
</style>
background-color css
<style>
a { background-color: #68BA56; }
a { background-color: rgb(104,186,86); }
div.DivClassName
{
background-color: #68BA56;
}
.BgClassName
{
background-color: #68BA56;
}
</style>
border-color css
<style>
span { border-color: #68BA56; }
span { border-color: rgb(104,186,86); }
td.TdClassName
{
border-color: #68BA56;
}
.TagClassName
{
border-color: #68BA56;
}
</style>