Shades of Apple #68A656
Tints of Apple #68A656
RGB
CMYK
RGB Variations
Color information
#68A656 (or 0x68A656) is known color: Apple. HEX triplet: 68, A6 and 56. RGB value is (104,166,86). Sum of RGB (Red+Green+Blue) = 104+166+86=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #68A656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A656 is #9759A9. Grayscale: #8A8A8A. Windows color (decimal): -9918890 or 5678696. OLE color: 5678696.
HSL color Cylindrical-coordinate representation of color #68A656: hue angle of 106.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68A656 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 86 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.35 |
| HSL | 106.5º | 0.32% | 0.49% | - |
| HSV(B) | 106.5º | 0.48% | 0.65% | - |
| XYZ | 21.02 | 30.89 | 13.66 | - |
| YUV | 138.34 | 98.46 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 86 | 0.37 | 0 | 0.48 | 0.35 | 106.5 | 0.32 | 0.49 |
| Hex | 68 | A6 | 56 | 25 | 0 | 30 | 23 | 6A | 20 | 31 |
| Octal | 150 | 246 | 126 | 45 | 0 | 60 | 43 | 152 | 40 | 61 |
| Binary | 1101000 | 10100110 | 1010110 | 100101 | 0 | 110000 | 100011 | 1101010 | 100000 | 110001 |
Color Harmonies of #68A656
Complementary color
Monochromatic Colors of #68A656
Black with #68A656
Text Example
Text Example
White with #68A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A656; }
p { color: rgb(104,166,86); }
H1.HeaderClassName
{
color: #68A656;
}
.AnyTagClassName
{
color: #68A656;
}
</style>
background-color css
<style>
a { background-color: #68A656; }
a { background-color: rgb(104,166,86); }
div.DivClassName
{
background-color: #68A656;
}
.BgClassName
{
background-color: #68A656;
}
</style>
border-color css
<style>
span { border-color: #68A656; }
span { border-color: rgb(104,166,86); }
td.TdClassName
{
border-color: #68A656;
}
.TagClassName
{
border-color: #68A656;
}
</style>