Shades of Apple #6DA248
Tints of Apple #6DA248
RGB
CMYK
RGB Variations
Color information
#6DA248 (or 0x6DA248) is known color: Apple. HEX triplet: 6D, A2 and 48. RGB value is (109,162,72). Sum of RGB (Red+Green+Blue) = 109+162+72=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA248 is #925DB7. Grayscale: #888888. Windows color (decimal): -9592248 or 4760173. OLE color: 4760173.
HSL color Cylindrical-coordinate representation of color #6DA248: hue angle of 95.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DA248 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 72 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.36 |
| HSL | 95.33º | 0.38% | 0.46% | - |
| HSV(B) | 95.33º | 0.56% | 0.64% | - |
| XYZ | 20.4 | 29.56 | 10.76 | - |
| YUV | 135.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 72 | 0.33 | 0 | 0.56 | 0.36 | 95.33 | 0.38 | 0.46 |
| Hex | 6D | A2 | 48 | 21 | 0 | 38 | 24 | 5F | 26 | 2E |
| Octal | 155 | 242 | 110 | 41 | 0 | 70 | 44 | 137 | 46 | 56 |
| Binary | 1101101 | 10100010 | 1001000 | 100001 | 0 | 111000 | 100100 | 1011111 | 100110 | 101110 |
Color Harmonies of #6DA248
Complementary color
Monochromatic Colors of #6DA248
Black with #6DA248
Text Example
Text Example
White with #6DA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA248; }
p { color: rgb(109,162,72); }
H1.HeaderClassName
{
color: #6DA248;
}
.AnyTagClassName
{
color: #6DA248;
}
</style>
background-color css
<style>
a { background-color: #6DA248; }
a { background-color: rgb(109,162,72); }
div.DivClassName
{
background-color: #6DA248;
}
.BgClassName
{
background-color: #6DA248;
}
</style>
border-color css
<style>
span { border-color: #6DA248; }
span { border-color: rgb(109,162,72); }
td.TdClassName
{
border-color: #6DA248;
}
.TagClassName
{
border-color: #6DA248;
}
</style>