Shades of Apple #6DB648
Tints of Apple #6DB648
RGB
CMYK
RGB Variations
Color information
#6DB648 (or 0x6DB648) is known color: Apple. HEX triplet: 6D, B6 and 48. RGB value is (109,182,72). Sum of RGB (Red+Green+Blue) = 109+182+72=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #6DB648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB648 is #9249B7. Grayscale: #939393. Windows color (decimal): -9587128 or 4765293. OLE color: 4765293.
HSL color Cylindrical-coordinate representation of color #6DB648: hue angle of 99.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DB648 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 182 | 72 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.29 |
| HSL | 99.82º | 0.43% | 0.5% | - |
| HSV(B) | 99.82º | 0.6% | 0.71% | - |
| XYZ | 24.2 | 37.17 | 12.03 | - |
| YUV | 147.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 72 | 0.40 | 0 | 0.60 | 0.29 | 99.82 | 0.43 | 0.5 |
| Hex | 6D | B6 | 48 | 28 | 0 | 3C | 1D | 64 | 2B | 32 |
| Octal | 155 | 266 | 110 | 50 | 0 | 74 | 35 | 144 | 53 | 62 |
| Binary | 1101101 | 10110110 | 1001000 | 101000 | 0 | 111100 | 11101 | 1100100 | 101011 | 110010 |
Color Harmonies of #6DB648
Complementary color
Monochromatic Colors of #6DB648
Black with #6DB648
Text Example
Text Example
White with #6DB648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB648; }
p { color: rgb(109,182,72); }
H1.HeaderClassName
{
color: #6DB648;
}
.AnyTagClassName
{
color: #6DB648;
}
</style>
background-color css
<style>
a { background-color: #6DB648; }
a { background-color: rgb(109,182,72); }
div.DivClassName
{
background-color: #6DB648;
}
.BgClassName
{
background-color: #6DB648;
}
</style>
border-color css
<style>
span { border-color: #6DB648; }
span { border-color: rgb(109,182,72); }
td.TdClassName
{
border-color: #6DB648;
}
.TagClassName
{
border-color: #6DB648;
}
</style>