Shades of Apple #68AC52
Tints of Apple #68AC52
RGB
CMYK
RGB Variations
Color information
#68AC52 (or 0x68AC52) is known color: Apple. HEX triplet: 68, AC and 52. RGB value is (104,172,82). Sum of RGB (Red+Green+Blue) = 104+172+82=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC52 is #9753AD. Grayscale: #8D8D8D. Windows color (decimal): -9917358 or 5418088. OLE color: 5418088.
HSL color Cylindrical-coordinate representation of color #68AC52: hue angle of 105.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68AC52 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 82 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.33 |
| HSL | 105.33º | 0.35% | 0.5% | - |
| HSV(B) | 105.33º | 0.52% | 0.67% | - |
| XYZ | 21.98 | 33.06 | 13.2 | - |
| YUV | 141.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 82 | 0.40 | 0 | 0.52 | 0.33 | 105.33 | 0.35 | 0.5 |
| Hex | 68 | AC | 52 | 28 | 0 | 34 | 21 | 69 | 23 | 32 |
| Octal | 150 | 254 | 122 | 50 | 0 | 64 | 41 | 151 | 43 | 62 |
| Binary | 1101000 | 10101100 | 1010010 | 101000 | 0 | 110100 | 100001 | 1101001 | 100011 | 110010 |
Color Harmonies of #68AC52
Complementary color
Monochromatic Colors of #68AC52
Black with #68AC52
Text Example
Text Example
White with #68AC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC52; }
p { color: rgb(104,172,82); }
H1.HeaderClassName
{
color: #68AC52;
}
.AnyTagClassName
{
color: #68AC52;
}
</style>
background-color css
<style>
a { background-color: #68AC52; }
a { background-color: rgb(104,172,82); }
div.DivClassName
{
background-color: #68AC52;
}
.BgClassName
{
background-color: #68AC52;
}
</style>
border-color css
<style>
span { border-color: #68AC52; }
span { border-color: rgb(104,172,82); }
td.TdClassName
{
border-color: #68AC52;
}
.TagClassName
{
border-color: #68AC52;
}
</style>