Shades of Apple #6DA14A
Tints of Apple #6DA14A
RGB
CMYK
RGB Variations
Color information
#6DA14A (or 0x6DA14A) is known color: Apple. HEX triplet: 6D, A1 and 4A. RGB value is (109,161,74). Sum of RGB (Red+Green+Blue) = 109+161+74=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA14A is #925EB5. Grayscale: #878787. Windows color (decimal): -9592502 or 4890989. OLE color: 4890989.
HSL color Cylindrical-coordinate representation of color #6DA14A: hue angle of 95.86º 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 #6DA14A is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 161 | 74 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.37 |
| HSL | 95.86º | 0.37% | 0.46% | - |
| HSV(B) | 95.86º | 0.54% | 0.63% | - |
| XYZ | 20.29 | 29.24 | 11.05 | - |
| YUV | 135.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 74 | 0.32 | 0 | 0.54 | 0.37 | 95.86 | 0.37 | 0.46 |
| Hex | 6D | A1 | 4A | 20 | 0 | 36 | 25 | 60 | 25 | 2E |
| Octal | 155 | 241 | 112 | 40 | 0 | 66 | 45 | 140 | 45 | 56 |
| Binary | 1101101 | 10100001 | 1001010 | 100000 | 0 | 110110 | 100101 | 1100000 | 100101 | 101110 |
Color Harmonies of #6DA14A
Complementary color
Monochromatic Colors of #6DA14A
Black with #6DA14A
Text Example
Text Example
White with #6DA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA14A; }
p { color: rgb(109,161,74); }
H1.HeaderClassName
{
color: #6DA14A;
}
.AnyTagClassName
{
color: #6DA14A;
}
</style>
background-color css
<style>
a { background-color: #6DA14A; }
a { background-color: rgb(109,161,74); }
div.DivClassName
{
background-color: #6DA14A;
}
.BgClassName
{
background-color: #6DA14A;
}
</style>
border-color css
<style>
span { border-color: #6DA14A; }
span { border-color: rgb(109,161,74); }
td.TdClassName
{
border-color: #6DA14A;
}
.TagClassName
{
border-color: #6DA14A;
}
</style>