Shades of Apple #68A14A
Tints of Apple #68A14A
RGB
CMYK
RGB Variations
Color information
#68A14A (or 0x68A14A) is known color: Apple. HEX triplet: 68, A1 and 4A. RGB value is (104,161,74). Sum of RGB (Red+Green+Blue) = 104+161+74=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #68A14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A14A is #975EB5. Grayscale: #868686. Windows color (decimal): -9920182 or 4890984. OLE color: 4890984.
HSL color Cylindrical-coordinate representation of color #68A14A: hue angle of 99.31º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68A14A is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 74 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.37 |
| HSL | 99.31º | 0.37% | 0.46% | - |
| HSV(B) | 99.31º | 0.54% | 0.63% | - |
| XYZ | 19.69 | 28.93 | 11.02 | - |
| YUV | 134.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 74 | 0.35 | 0 | 0.54 | 0.37 | 99.31 | 0.37 | 0.46 |
| Hex | 68 | A1 | 4A | 23 | 0 | 36 | 25 | 63 | 25 | 2E |
| Octal | 150 | 241 | 112 | 43 | 0 | 66 | 45 | 143 | 45 | 56 |
| Binary | 1101000 | 10100001 | 1001010 | 100011 | 0 | 110110 | 100101 | 1100011 | 100101 | 101110 |
Color Harmonies of #68A14A
Complementary color
Monochromatic Colors of #68A14A
Black with #68A14A
Text Example
Text Example
White with #68A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A14A; }
p { color: rgb(104,161,74); }
H1.HeaderClassName
{
color: #68A14A;
}
.AnyTagClassName
{
color: #68A14A;
}
</style>
background-color css
<style>
a { background-color: #68A14A; }
a { background-color: rgb(104,161,74); }
div.DivClassName
{
background-color: #68A14A;
}
.BgClassName
{
background-color: #68A14A;
}
</style>
border-color css
<style>
span { border-color: #68A14A; }
span { border-color: rgb(104,161,74); }
td.TdClassName
{
border-color: #68A14A;
}
.TagClassName
{
border-color: #68A14A;
}
</style>