Shades of Apple #68AC4C
Tints of Apple #68AC4C
RGB
CMYK
RGB Variations
Color information
#68AC4C (or 0x68AC4C) is known color: Apple. HEX triplet: 68, AC and 4C. RGB value is (104,172,76). Sum of RGB (Red+Green+Blue) = 104+172+76=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC4C is #9753B3. Grayscale: #8D8D8D. Windows color (decimal): -9917364 or 5024872. OLE color: 5024872.
HSL color Cylindrical-coordinate representation of color #68AC4C: hue angle of 102.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AC4C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 76 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.33 |
| HSL | 102.5º | 0.39% | 0.49% | - |
| HSV(B) | 102.5º | 0.56% | 0.67% | - |
| XYZ | 21.77 | 32.97 | 12.05 | - |
| YUV | 140.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 76 | 0.40 | 0 | 0.56 | 0.33 | 102.5 | 0.39 | 0.49 |
| Hex | 68 | AC | 4C | 28 | 0 | 38 | 21 | 66 | 27 | 31 |
| Octal | 150 | 254 | 114 | 50 | 0 | 70 | 41 | 146 | 47 | 61 |
| Binary | 1101000 | 10101100 | 1001100 | 101000 | 0 | 111000 | 100001 | 1100110 | 100111 | 110001 |
Color Harmonies of #68AC4C
Complementary color
Monochromatic Colors of #68AC4C
Black with #68AC4C
Text Example
Text Example
White with #68AC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC4C; }
p { color: rgb(104,172,76); }
H1.HeaderClassName
{
color: #68AC4C;
}
.AnyTagClassName
{
color: #68AC4C;
}
</style>
background-color css
<style>
a { background-color: #68AC4C; }
a { background-color: rgb(104,172,76); }
div.DivClassName
{
background-color: #68AC4C;
}
.BgClassName
{
background-color: #68AC4C;
}
</style>
border-color css
<style>
span { border-color: #68AC4C; }
span { border-color: rgb(104,172,76); }
td.TdClassName
{
border-color: #68AC4C;
}
.TagClassName
{
border-color: #68AC4C;
}
</style>