Shades of Apple #68A24D
Tints of Apple #68A24D
RGB
CMYK
RGB Variations
Color information
#68A24D (or 0x68A24D) is known color: Apple. HEX triplet: 68, A2 and 4D. RGB value is (104,162,77). Sum of RGB (Red+Green+Blue) = 104+162+77=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #68A24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A24D is #975DB2. Grayscale: #878787. Windows color (decimal): -9919923 or 5087848. OLE color: 5087848.
HSL color Cylindrical-coordinate representation of color #68A24D: hue angle of 100.94º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A24D is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 77 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.36 |
| HSL | 100.94º | 0.36% | 0.47% | - |
| HSV(B) | 100.94º | 0.52% | 0.64% | - |
| XYZ | 19.97 | 29.32 | 11.63 | - |
| YUV | 134.97 | 95.28 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 77 | 0.36 | 0 | 0.52 | 0.36 | 100.94 | 0.36 | 0.47 |
| Hex | 68 | A2 | 4D | 24 | 0 | 34 | 24 | 65 | 24 | 2F |
| Octal | 150 | 242 | 115 | 44 | 0 | 64 | 44 | 145 | 44 | 57 |
| Binary | 1101000 | 10100010 | 1001101 | 100100 | 0 | 110100 | 100100 | 1100101 | 100100 | 101111 |
Color Harmonies of #68A24D
Complementary color
Monochromatic Colors of #68A24D
Black with #68A24D
Text Example
Text Example
White with #68A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A24D; }
p { color: rgb(104,162,77); }
H1.HeaderClassName
{
color: #68A24D;
}
.AnyTagClassName
{
color: #68A24D;
}
</style>
background-color css
<style>
a { background-color: #68A24D; }
a { background-color: rgb(104,162,77); }
div.DivClassName
{
background-color: #68A24D;
}
.BgClassName
{
background-color: #68A24D;
}
</style>
border-color css
<style>
span { border-color: #68A24D; }
span { border-color: rgb(104,162,77); }
td.TdClassName
{
border-color: #68A24D;
}
.TagClassName
{
border-color: #68A24D;
}
</style>