Shades of Apple #68B056
Tints of Apple #68B056
RGB
CMYK
RGB Variations
Color information
#68B056 (or 0x68B056) is known color: Apple. HEX triplet: 68, B0 and 56. RGB value is (104,176,86). Sum of RGB (Red+Green+Blue) = 104+176+86=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #68B056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68B056 is #974FA9. Grayscale: #909090. Windows color (decimal): -9916330 or 5681256. OLE color: 5681256.
HSL color Cylindrical-coordinate representation of color #68B056: hue angle of 108º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68B056 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 86 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.31 |
| HSL | 108º | 0.36% | 0.51% | - |
| HSV(B) | 108º | 0.51% | 0.69% | - |
| XYZ | 22.91 | 34.67 | 14.29 | - |
| YUV | 144.21 | 95.15 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 86 | 0.41 | 0 | 0.51 | 0.31 | 108 | 0.36 | 0.51 |
| Hex | 68 | B0 | 56 | 29 | 0 | 33 | 1F | 6C | 24 | 33 |
| Octal | 150 | 260 | 126 | 51 | 0 | 63 | 37 | 154 | 44 | 63 |
| Binary | 1101000 | 10110000 | 1010110 | 101001 | 0 | 110011 | 11111 | 1101100 | 100100 | 110011 |
Color Harmonies of #68B056
Complementary color
Monochromatic Colors of #68B056
Black with #68B056
Text Example
Text Example
White with #68B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B056; }
p { color: rgb(104,176,86); }
H1.HeaderClassName
{
color: #68B056;
}
.AnyTagClassName
{
color: #68B056;
}
</style>
background-color css
<style>
a { background-color: #68B056; }
a { background-color: rgb(104,176,86); }
div.DivClassName
{
background-color: #68B056;
}
.BgClassName
{
background-color: #68B056;
}
</style>
border-color css
<style>
span { border-color: #68B056; }
span { border-color: rgb(104,176,86); }
td.TdClassName
{
border-color: #68B056;
}
.TagClassName
{
border-color: #68B056;
}
</style>