Shades of Apple #68AC34
Tints of Apple #68AC34
RGB
CMYK
RGB Variations
Color information
#68AC34 (or 0x68AC34) is known color: Apple. HEX triplet: 68, AC and 34. RGB value is (104,172,52). Sum of RGB (Red+Green+Blue) = 104+172+52=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC34 is #9753CB. Grayscale: #8A8A8A. Windows color (decimal): -9917388 or 3452008. OLE color: 3452008.
HSL color Cylindrical-coordinate representation of color #68AC34: hue angle of 94º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68AC34 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 52 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.33 |
| HSL | 94º | 0.54% | 0.44% | - |
| HSV(B) | 94º | 0.7% | 0.67% | - |
| XYZ | 21.08 | 32.7 | 8.45 | - |
| YUV | 137.99 | 79.47 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 52 | 0.40 | 0 | 0.70 | 0.33 | 94 | 0.54 | 0.44 |
| Hex | 68 | AC | 34 | 28 | 0 | 46 | 21 | 5E | 36 | 2C |
| Octal | 150 | 254 | 64 | 50 | 0 | 106 | 41 | 136 | 66 | 54 |
| Binary | 1101000 | 10101100 | 110100 | 101000 | 0 | 1000110 | 100001 | 1011110 | 110110 | 101100 |
Color Harmonies of #68AC34
Complementary color
Monochromatic Colors of #68AC34
Black with #68AC34
Text Example
Text Example
White with #68AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC34; }
p { color: rgb(104,172,52); }
H1.HeaderClassName
{
color: #68AC34;
}
.AnyTagClassName
{
color: #68AC34;
}
</style>
background-color css
<style>
a { background-color: #68AC34; }
a { background-color: rgb(104,172,52); }
div.DivClassName
{
background-color: #68AC34;
}
.BgClassName
{
background-color: #68AC34;
}
</style>
border-color css
<style>
span { border-color: #68AC34; }
span { border-color: rgb(104,172,52); }
td.TdClassName
{
border-color: #68AC34;
}
.TagClassName
{
border-color: #68AC34;
}
</style>