Shades of Apple #68AC55
Tints of Apple #68AC55
RGB
CMYK
RGB Variations
Color information
#68AC55 (or 0x68AC55) is known color: Apple. HEX triplet: 68, AC and 55. RGB value is (104,172,85). Sum of RGB (Red+Green+Blue) = 104+172+85=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC55 is #9753AA. Grayscale: #8E8E8E. Windows color (decimal): -9917355 or 5614696. OLE color: 5614696.
HSL color Cylindrical-coordinate representation of color #68AC55: hue angle of 106.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AC55 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 85 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.33 |
| HSL | 106.9º | 0.34% | 0.5% | - |
| HSV(B) | 106.9º | 0.51% | 0.67% | - |
| XYZ | 22.1 | 33.1 | 13.82 | - |
| YUV | 141.75 | 95.97 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 85 | 0.40 | 0 | 0.51 | 0.33 | 106.9 | 0.34 | 0.5 |
| Hex | 68 | AC | 55 | 28 | 0 | 33 | 21 | 6B | 22 | 32 |
| Octal | 150 | 254 | 125 | 50 | 0 | 63 | 41 | 153 | 42 | 62 |
| Binary | 1101000 | 10101100 | 1010101 | 101000 | 0 | 110011 | 100001 | 1101011 | 100010 | 110010 |
Color Harmonies of #68AC55
Complementary color
Monochromatic Colors of #68AC55
Black with #68AC55
Text Example
Text Example
White with #68AC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC55; }
p { color: rgb(104,172,85); }
H1.HeaderClassName
{
color: #68AC55;
}
.AnyTagClassName
{
color: #68AC55;
}
</style>
background-color css
<style>
a { background-color: #68AC55; }
a { background-color: rgb(104,172,85); }
div.DivClassName
{
background-color: #68AC55;
}
.BgClassName
{
background-color: #68AC55;
}
</style>
border-color css
<style>
span { border-color: #68AC55; }
span { border-color: rgb(104,172,85); }
td.TdClassName
{
border-color: #68AC55;
}
.TagClassName
{
border-color: #68AC55;
}
</style>