Shades of Apple #68AE41
Tints of Apple #68AE41
RGB
CMYK
RGB Variations
Color information
#68AE41 (or 0x68AE41) is known color: Apple. HEX triplet: 68, AE and 41. RGB value is (104,174,65). Sum of RGB (Red+Green+Blue) = 104+174+65=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE41 is #9751BE. Grayscale: #8D8D8D. Windows color (decimal): -9916863 or 4304488. OLE color: 4304488.
HSL color Cylindrical-coordinate representation of color #68AE41: hue angle of 98.53º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68AE41 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 65 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.32 |
| HSL | 98.53º | 0.46% | 0.47% | - |
| HSV(B) | 98.53º | 0.63% | 0.68% | - |
| XYZ | 21.8 | 33.6 | 10.34 | - |
| YUV | 140.64 | 85.31 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 65 | 0.40 | 0 | 0.63 | 0.32 | 98.53 | 0.46 | 0.47 |
| Hex | 68 | AE | 41 | 28 | 0 | 3F | 20 | 63 | 2E | 2F |
| Octal | 150 | 256 | 101 | 50 | 0 | 77 | 40 | 143 | 56 | 57 |
| Binary | 1101000 | 10101110 | 1000001 | 101000 | 0 | 111111 | 100000 | 1100011 | 101110 | 101111 |
Color Harmonies of #68AE41
Complementary color
Monochromatic Colors of #68AE41
Black with #68AE41
Text Example
Text Example
White with #68AE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE41; }
p { color: rgb(104,174,65); }
H1.HeaderClassName
{
color: #68AE41;
}
.AnyTagClassName
{
color: #68AE41;
}
</style>
background-color css
<style>
a { background-color: #68AE41; }
a { background-color: rgb(104,174,65); }
div.DivClassName
{
background-color: #68AE41;
}
.BgClassName
{
background-color: #68AE41;
}
</style>
border-color css
<style>
span { border-color: #68AE41; }
span { border-color: rgb(104,174,65); }
td.TdClassName
{
border-color: #68AE41;
}
.TagClassName
{
border-color: #68AE41;
}
</style>