Shades of Apple #68A147
Tints of Apple #68A147
RGB
CMYK
RGB Variations
Color information
#68A147 (or 0x68A147) is known color: Apple. HEX triplet: 68, A1 and 47. RGB value is (104,161,71). Sum of RGB (Red+Green+Blue) = 104+161+71=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #68A147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A147 is #975EB8. Grayscale: #868686. Windows color (decimal): -9920185 or 4694376. OLE color: 4694376.
HSL color Cylindrical-coordinate representation of color #68A147: hue angle of 98º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A147 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 71 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.37 |
| HSL | 98º | 0.39% | 0.45% | - |
| HSV(B) | 98º | 0.56% | 0.63% | - |
| XYZ | 19.59 | 28.89 | 10.5 | - |
| YUV | 133.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 71 | 0.35 | 0 | 0.56 | 0.37 | 98 | 0.39 | 0.45 |
| Hex | 68 | A1 | 47 | 23 | 0 | 38 | 25 | 62 | 27 | 2D |
| Octal | 150 | 241 | 107 | 43 | 0 | 70 | 45 | 142 | 47 | 55 |
| Binary | 1101000 | 10100001 | 1000111 | 100011 | 0 | 111000 | 100101 | 1100010 | 100111 | 101101 |
Color Harmonies of #68A147
Complementary color
Monochromatic Colors of #68A147
Black with #68A147
Text Example
Text Example
White with #68A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A147; }
p { color: rgb(104,161,71); }
H1.HeaderClassName
{
color: #68A147;
}
.AnyTagClassName
{
color: #68A147;
}
</style>
background-color css
<style>
a { background-color: #68A147; }
a { background-color: rgb(104,161,71); }
div.DivClassName
{
background-color: #68A147;
}
.BgClassName
{
background-color: #68A147;
}
</style>
border-color css
<style>
span { border-color: #68A147; }
span { border-color: rgb(104,161,71); }
td.TdClassName
{
border-color: #68A147;
}
.TagClassName
{
border-color: #68A147;
}
</style>