Shades of Apple #68AA50
Tints of Apple #68AA50
RGB
CMYK
RGB Variations
Color information
#68AA50 (or 0x68AA50) is known color: Apple. HEX triplet: 68, AA and 50. RGB value is (104,170,80). Sum of RGB (Red+Green+Blue) = 104+170+80=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA50 is #9755AF. Grayscale: #8C8C8C. Windows color (decimal): -9917872 or 5286504. OLE color: 5286504.
HSL color Cylindrical-coordinate representation of color #68AA50: hue angle of 104º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AA50 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 80 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.33 |
| HSL | 104º | 0.36% | 0.49% | - |
| HSV(B) | 104º | 0.53% | 0.67% | - |
| XYZ | 21.53 | 32.27 | 12.68 | - |
| YUV | 140.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 80 | 0.39 | 0 | 0.53 | 0.33 | 104 | 0.36 | 0.49 |
| Hex | 68 | AA | 50 | 27 | 0 | 35 | 21 | 68 | 24 | 31 |
| Octal | 150 | 252 | 120 | 47 | 0 | 65 | 41 | 150 | 44 | 61 |
| Binary | 1101000 | 10101010 | 1010000 | 100111 | 0 | 110101 | 100001 | 1101000 | 100100 | 110001 |
Color Harmonies of #68AA50
Complementary color
Monochromatic Colors of #68AA50
Black with #68AA50
Text Example
Text Example
White with #68AA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA50; }
p { color: rgb(104,170,80); }
H1.HeaderClassName
{
color: #68AA50;
}
.AnyTagClassName
{
color: #68AA50;
}
</style>
background-color css
<style>
a { background-color: #68AA50; }
a { background-color: rgb(104,170,80); }
div.DivClassName
{
background-color: #68AA50;
}
.BgClassName
{
background-color: #68AA50;
}
</style>
border-color css
<style>
span { border-color: #68AA50; }
span { border-color: rgb(104,170,80); }
td.TdClassName
{
border-color: #68AA50;
}
.TagClassName
{
border-color: #68AA50;
}
</style>