Shades of Apple #6DB448
Tints of Apple #6DB448
RGB
CMYK
RGB Variations
Color information
#6DB448 (or 0x6DB448) is known color: Apple. HEX triplet: 6D, B4 and 48. RGB value is (109,180,72). Sum of RGB (Red+Green+Blue) = 109+180+72=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB448 is #924BB7. Grayscale: #929292. Windows color (decimal): -9587640 or 4764781. OLE color: 4764781.
HSL color Cylindrical-coordinate representation of color #6DB448: hue angle of 99.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6DB448 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 72 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.29 |
| HSL | 99.44º | 0.43% | 0.49% | - |
| HSV(B) | 99.44º | 0.6% | 0.71% | - |
| XYZ | 23.8 | 36.36 | 11.9 | - |
| YUV | 146.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 72 | 0.39 | 0 | 0.60 | 0.29 | 99.44 | 0.43 | 0.49 |
| Hex | 6D | B4 | 48 | 27 | 0 | 3C | 1D | 63 | 2B | 31 |
| Octal | 155 | 264 | 110 | 47 | 0 | 74 | 35 | 143 | 53 | 61 |
| Binary | 1101101 | 10110100 | 1001000 | 100111 | 0 | 111100 | 11101 | 1100011 | 101011 | 110001 |
Color Harmonies of #6DB448
Complementary color
Monochromatic Colors of #6DB448
Black with #6DB448
Text Example
Text Example
White with #6DB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB448; }
p { color: rgb(109,180,72); }
H1.HeaderClassName
{
color: #6DB448;
}
.AnyTagClassName
{
color: #6DB448;
}
</style>
background-color css
<style>
a { background-color: #6DB448; }
a { background-color: rgb(109,180,72); }
div.DivClassName
{
background-color: #6DB448;
}
.BgClassName
{
background-color: #6DB448;
}
</style>
border-color css
<style>
span { border-color: #6DB448; }
span { border-color: rgb(109,180,72); }
td.TdClassName
{
border-color: #6DB448;
}
.TagClassName
{
border-color: #6DB448;
}
</style>