Shades of Apple #68A756
Tints of Apple #68A756
RGB
CMYK
RGB Variations
Color information
#68A756 (or 0x68A756) is known color: Apple. HEX triplet: 68, A7 and 56. RGB value is (104,167,86). Sum of RGB (Red+Green+Blue) = 104+167+86=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #68A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A756 is #9758A9. Grayscale: #8B8B8B. Windows color (decimal): -9918634 or 5678952. OLE color: 5678952.
HSL color Cylindrical-coordinate representation of color #68A756: hue angle of 106.67º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A756 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 86 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.35 |
| HSL | 106.67º | 0.32% | 0.5% | - |
| HSV(B) | 106.67º | 0.49% | 0.65% | - |
| XYZ | 21.21 | 31.25 | 13.72 | - |
| YUV | 138.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 86 | 0.38 | 0 | 0.49 | 0.35 | 106.67 | 0.32 | 0.5 |
| Hex | 68 | A7 | 56 | 26 | 0 | 31 | 23 | 6B | 20 | 32 |
| Octal | 150 | 247 | 126 | 46 | 0 | 61 | 43 | 153 | 40 | 62 |
| Binary | 1101000 | 10100111 | 1010110 | 100110 | 0 | 110001 | 100011 | 1101011 | 100000 | 110010 |
Color Harmonies of #68A756
Complementary color
Monochromatic Colors of #68A756
Black with #68A756
Text Example
Text Example
White with #68A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A756; }
p { color: rgb(104,167,86); }
H1.HeaderClassName
{
color: #68A756;
}
.AnyTagClassName
{
color: #68A756;
}
</style>
background-color css
<style>
a { background-color: #68A756; }
a { background-color: rgb(104,167,86); }
div.DivClassName
{
background-color: #68A756;
}
.BgClassName
{
background-color: #68A756;
}
</style>
border-color css
<style>
span { border-color: #68A756; }
span { border-color: rgb(104,167,86); }
td.TdClassName
{
border-color: #68A756;
}
.TagClassName
{
border-color: #68A756;
}
</style>