Shades of Apple #68AB53
Tints of Apple #68AB53
RGB
CMYK
RGB Variations
Color information
#68AB53 (or 0x68AB53) is known color: Apple. HEX triplet: 68, AB and 53. RGB value is (104,171,83). Sum of RGB (Red+Green+Blue) = 104+171+83=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB53 is #9754AC. Grayscale: #8D8D8D. Windows color (decimal): -9917613 or 5483368. OLE color: 5483368.
HSL color Cylindrical-coordinate representation of color #68AB53: hue angle of 105.68º degrees, saturation: 0.35, 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 #68AB53 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 83 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.33 |
| HSL | 105.68º | 0.35% | 0.5% | - |
| HSV(B) | 105.68º | 0.51% | 0.67% | - |
| XYZ | 21.83 | 32.69 | 13.34 | - |
| YUV | 140.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 83 | 0.39 | 0 | 0.51 | 0.33 | 105.68 | 0.35 | 0.5 |
| Hex | 68 | AB | 53 | 27 | 0 | 33 | 21 | 6A | 23 | 32 |
| Octal | 150 | 253 | 123 | 47 | 0 | 63 | 41 | 152 | 43 | 62 |
| Binary | 1101000 | 10101011 | 1010011 | 100111 | 0 | 110011 | 100001 | 1101010 | 100011 | 110010 |
Color Harmonies of #68AB53
Complementary color
Monochromatic Colors of #68AB53
Black with #68AB53
Text Example
Text Example
White with #68AB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB53; }
p { color: rgb(104,171,83); }
H1.HeaderClassName
{
color: #68AB53;
}
.AnyTagClassName
{
color: #68AB53;
}
</style>
background-color css
<style>
a { background-color: #68AB53; }
a { background-color: rgb(104,171,83); }
div.DivClassName
{
background-color: #68AB53;
}
.BgClassName
{
background-color: #68AB53;
}
</style>
border-color css
<style>
span { border-color: #68AB53; }
span { border-color: rgb(104,171,83); }
td.TdClassName
{
border-color: #68AB53;
}
.TagClassName
{
border-color: #68AB53;
}
</style>