Shades of Apple #68AC41
Tints of Apple #68AC41
RGB
CMYK
RGB Variations
Color information
#68AC41 (or 0x68AC41) is known color: Apple. HEX triplet: 68, AC and 41. RGB value is (104,172,65). Sum of RGB (Red+Green+Blue) = 104+172+65=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC41 is #9753BE. Grayscale: #8B8B8B. Windows color (decimal): -9917375 or 4303976. OLE color: 4303976.
HSL color Cylindrical-coordinate representation of color #68AC41: hue angle of 98.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68AC41 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 65 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.33 |
| HSL | 98.13º | 0.45% | 0.46% | - |
| HSV(B) | 98.13º | 0.62% | 0.67% | - |
| XYZ | 21.42 | 32.83 | 10.21 | - |
| YUV | 139.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 65 | 0.40 | 0 | 0.62 | 0.33 | 98.13 | 0.45 | 0.46 |
| Hex | 68 | AC | 41 | 28 | 0 | 3E | 21 | 62 | 2D | 2E |
| Octal | 150 | 254 | 101 | 50 | 0 | 76 | 41 | 142 | 55 | 56 |
| Binary | 1101000 | 10101100 | 1000001 | 101000 | 0 | 111110 | 100001 | 1100010 | 101101 | 101110 |
Color Harmonies of #68AC41
Complementary color
Monochromatic Colors of #68AC41
Black with #68AC41
Text Example
Text Example
White with #68AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC41; }
p { color: rgb(104,172,65); }
H1.HeaderClassName
{
color: #68AC41;
}
.AnyTagClassName
{
color: #68AC41;
}
</style>
background-color css
<style>
a { background-color: #68AC41; }
a { background-color: rgb(104,172,65); }
div.DivClassName
{
background-color: #68AC41;
}
.BgClassName
{
background-color: #68AC41;
}
</style>
border-color css
<style>
span { border-color: #68AC41; }
span { border-color: rgb(104,172,65); }
td.TdClassName
{
border-color: #68AC41;
}
.TagClassName
{
border-color: #68AC41;
}
</style>