Shades of Apple #6DA03F
Tints of Apple #6DA03F
RGB
CMYK
RGB Variations
Color information
#6DA03F (or 0x6DA03F) is known color: Apple. HEX triplet: 6D, A0 and 3F. RGB value is (109,160,63). Sum of RGB (Red+Green+Blue) = 109+160+63=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA03F is #925FC0. Grayscale: #868686. Windows color (decimal): -9592769 or 4169837. OLE color: 4169837.
HSL color Cylindrical-coordinate representation of color #6DA03F: hue angle of 91.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DA03F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 63 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.37 |
| HSL | 91.55º | 0.43% | 0.44% | - |
| HSV(B) | 91.55º | 0.61% | 0.63% | - |
| XYZ | 19.77 | 28.75 | 9.21 | - |
| YUV | 133.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 63 | 0.32 | 0 | 0.61 | 0.37 | 91.55 | 0.43 | 0.44 |
| Hex | 6D | A0 | 3F | 20 | 0 | 3D | 25 | 5C | 2B | 2C |
| Octal | 155 | 240 | 77 | 40 | 0 | 75 | 45 | 134 | 53 | 54 |
| Binary | 1101101 | 10100000 | 111111 | 100000 | 0 | 111101 | 100101 | 1011100 | 101011 | 101100 |
Color Harmonies of #6DA03F
Complementary color
Monochromatic Colors of #6DA03F
Black with #6DA03F
Text Example
Text Example
White with #6DA03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA03F; }
p { color: rgb(109,160,63); }
H1.HeaderClassName
{
color: #6DA03F;
}
.AnyTagClassName
{
color: #6DA03F;
}
</style>
background-color css
<style>
a { background-color: #6DA03F; }
a { background-color: rgb(109,160,63); }
div.DivClassName
{
background-color: #6DA03F;
}
.BgClassName
{
background-color: #6DA03F;
}
</style>
border-color css
<style>
span { border-color: #6DA03F; }
span { border-color: rgb(109,160,63); }
td.TdClassName
{
border-color: #6DA03F;
}
.TagClassName
{
border-color: #6DA03F;
}
</style>