Shades of Apple #6DA64C
Tints of Apple #6DA64C
RGB
CMYK
RGB Variations
Color information
#6DA64C (or 0x6DA64C) is known color: Apple. HEX triplet: 6D, A6 and 4C. RGB value is (109,166,76). Sum of RGB (Red+Green+Blue) = 109+166+76=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA64C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA64C is #9259B3. Grayscale: #8B8B8B. Windows color (decimal): -9591220 or 5023341. OLE color: 5023341.
HSL color Cylindrical-coordinate representation of color #6DA64C: hue angle of 98º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA64C is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 76 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.35 |
| HSL | 98º | 0.37% | 0.47% | - |
| HSV(B) | 98º | 0.54% | 0.65% | - |
| XYZ | 21.25 | 31.05 | 11.71 | - |
| YUV | 138.7 | 92.62 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 76 | 0.34 | 0 | 0.54 | 0.35 | 98 | 0.37 | 0.47 |
| Hex | 6D | A6 | 4C | 22 | 0 | 36 | 23 | 62 | 25 | 2F |
| Octal | 155 | 246 | 114 | 42 | 0 | 66 | 43 | 142 | 45 | 57 |
| Binary | 1101101 | 10100110 | 1001100 | 100010 | 0 | 110110 | 100011 | 1100010 | 100101 | 101111 |
Color Harmonies of #6DA64C
Complementary color
Monochromatic Colors of #6DA64C
Black with #6DA64C
Text Example
Text Example
White with #6DA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA64C; }
p { color: rgb(109,166,76); }
H1.HeaderClassName
{
color: #6DA64C;
}
.AnyTagClassName
{
color: #6DA64C;
}
</style>
background-color css
<style>
a { background-color: #6DA64C; }
a { background-color: rgb(109,166,76); }
div.DivClassName
{
background-color: #6DA64C;
}
.BgClassName
{
background-color: #6DA64C;
}
</style>
border-color css
<style>
span { border-color: #6DA64C; }
span { border-color: rgb(109,166,76); }
td.TdClassName
{
border-color: #6DA64C;
}
.TagClassName
{
border-color: #6DA64C;
}
</style>