Shades of Apple #68AD5E
Tints of Apple #68AD5E
RGB
CMYK
RGB Variations
Color information
#68AD5E (or 0x68AD5E) is known color: Apple. HEX triplet: 68, AD and 5E. RGB value is (104,173,94). Sum of RGB (Red+Green+Blue) = 104+173+94=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD5E is #9752A1. Grayscale: #8F8F8F. Windows color (decimal): -9917090 or 6204776. OLE color: 6204776.
HSL color Cylindrical-coordinate representation of color #68AD5E: hue angle of 112.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68AD5E is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 94 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.32 |
| HSL | 112.41º | 0.33% | 0.52% | - |
| HSV(B) | 112.41º | 0.46% | 0.68% | - |
| XYZ | 22.67 | 33.64 | 15.89 | - |
| YUV | 143.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 94 | 0.40 | 0 | 0.46 | 0.32 | 112.41 | 0.33 | 0.52 |
| Hex | 68 | AD | 5E | 28 | 0 | 2E | 20 | 70 | 21 | 34 |
| Octal | 150 | 255 | 136 | 50 | 0 | 56 | 40 | 160 | 41 | 64 |
| Binary | 1101000 | 10101101 | 1011110 | 101000 | 0 | 101110 | 100000 | 1110000 | 100001 | 110100 |
Color Harmonies of #68AD5E
Complementary color
Monochromatic Colors of #68AD5E
Black with #68AD5E
Text Example
Text Example
White with #68AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD5E; }
p { color: rgb(104,173,94); }
H1.HeaderClassName
{
color: #68AD5E;
}
.AnyTagClassName
{
color: #68AD5E;
}
</style>
background-color css
<style>
a { background-color: #68AD5E; }
a { background-color: rgb(104,173,94); }
div.DivClassName
{
background-color: #68AD5E;
}
.BgClassName
{
background-color: #68AD5E;
}
</style>
border-color css
<style>
span { border-color: #68AD5E; }
span { border-color: rgb(104,173,94); }
td.TdClassName
{
border-color: #68AD5E;
}
.TagClassName
{
border-color: #68AD5E;
}
</style>