Shades of Apple #68A14E
Tints of Apple #68A14E
RGB
CMYK
RGB Variations
Color information
#68A14E (or 0x68A14E) is known color: Apple. HEX triplet: 68, A1 and 4E. RGB value is (104,161,78). Sum of RGB (Red+Green+Blue) = 104+161+78=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #68A14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A14E is #975EB1. Grayscale: #868686. Windows color (decimal): -9920178 or 5153128. OLE color: 5153128.
HSL color Cylindrical-coordinate representation of color #68A14E: hue angle of 101.2º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68A14E is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 78 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.37 |
| HSL | 101.2º | 0.35% | 0.47% | - |
| HSV(B) | 101.2º | 0.52% | 0.63% | - |
| XYZ | 19.83 | 28.98 | 11.76 | - |
| YUV | 134.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 78 | 0.35 | 0 | 0.52 | 0.37 | 101.2 | 0.35 | 0.47 |
| Hex | 68 | A1 | 4E | 23 | 0 | 34 | 25 | 65 | 23 | 2F |
| Octal | 150 | 241 | 116 | 43 | 0 | 64 | 45 | 145 | 43 | 57 |
| Binary | 1101000 | 10100001 | 1001110 | 100011 | 0 | 110100 | 100101 | 1100101 | 100011 | 101111 |
Color Harmonies of #68A14E
Complementary color
Monochromatic Colors of #68A14E
Black with #68A14E
Text Example
Text Example
White with #68A14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A14E; }
p { color: rgb(104,161,78); }
H1.HeaderClassName
{
color: #68A14E;
}
.AnyTagClassName
{
color: #68A14E;
}
</style>
background-color css
<style>
a { background-color: #68A14E; }
a { background-color: rgb(104,161,78); }
div.DivClassName
{
background-color: #68A14E;
}
.BgClassName
{
background-color: #68A14E;
}
</style>
border-color css
<style>
span { border-color: #68A14E; }
span { border-color: rgb(104,161,78); }
td.TdClassName
{
border-color: #68A14E;
}
.TagClassName
{
border-color: #68A14E;
}
</style>