Shades of Apple #68B556
Tints of Apple #68B556
RGB
CMYK
RGB Variations
Color information
#68B556 (or 0x68B556) is known color: Apple. HEX triplet: 68, B5 and 56. RGB value is (104,181,86). Sum of RGB (Red+Green+Blue) = 104+181+86=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #68B556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B556 is #974AA9. Grayscale: #939393. Windows color (decimal): -9915050 or 5682536. OLE color: 5682536.
HSL color Cylindrical-coordinate representation of color #68B556: hue angle of 108.63º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68B556 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 86 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.29 |
| HSL | 108.63º | 0.39% | 0.52% | - |
| HSV(B) | 108.63º | 0.52% | 0.71% | - |
| XYZ | 23.91 | 36.66 | 14.62 | - |
| YUV | 147.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 86 | 0.43 | 0 | 0.52 | 0.29 | 108.63 | 0.39 | 0.52 |
| Hex | 68 | B5 | 56 | 2B | 0 | 34 | 1D | 6D | 27 | 34 |
| Octal | 150 | 265 | 126 | 53 | 0 | 64 | 35 | 155 | 47 | 64 |
| Binary | 1101000 | 10110101 | 1010110 | 101011 | 0 | 110100 | 11101 | 1101101 | 100111 | 110100 |
Color Harmonies of #68B556
Complementary color
Monochromatic Colors of #68B556
Black with #68B556
Text Example
Text Example
White with #68B556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B556; }
p { color: rgb(104,181,86); }
H1.HeaderClassName
{
color: #68B556;
}
.AnyTagClassName
{
color: #68B556;
}
</style>
background-color css
<style>
a { background-color: #68B556; }
a { background-color: rgb(104,181,86); }
div.DivClassName
{
background-color: #68B556;
}
.BgClassName
{
background-color: #68B556;
}
</style>
border-color css
<style>
span { border-color: #68B556; }
span { border-color: rgb(104,181,86); }
td.TdClassName
{
border-color: #68B556;
}
.TagClassName
{
border-color: #68B556;
}
</style>