Shades of Apple #6DB45A
Tints of Apple #6DB45A
RGB
CMYK
RGB Variations
Color information
#6DB45A (or 0x6DB45A) is known color: Apple. HEX triplet: 6D, B4 and 5A. RGB value is (109,180,90). Sum of RGB (Red+Green+Blue) = 109+180+90=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB45A is #924BA5. Grayscale: #949494. Windows color (decimal): -9587622 or 5944429. OLE color: 5944429.
HSL color Cylindrical-coordinate representation of color #6DB45A: hue angle of 107.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DB45A is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 90 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.29 |
| HSL | 107.33º | 0.38% | 0.53% | - |
| HSV(B) | 107.33º | 0.5% | 0.71% | - |
| XYZ | 24.47 | 36.63 | 15.45 | - |
| YUV | 148.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 90 | 0.39 | 0 | 0.50 | 0.29 | 107.33 | 0.38 | 0.53 |
| Hex | 6D | B4 | 5A | 27 | 0 | 32 | 1D | 6B | 26 | 35 |
| Octal | 155 | 264 | 132 | 47 | 0 | 62 | 35 | 153 | 46 | 65 |
| Binary | 1101101 | 10110100 | 1011010 | 100111 | 0 | 110010 | 11101 | 1101011 | 100110 | 110101 |
Color Harmonies of #6DB45A
Complementary color
Monochromatic Colors of #6DB45A
Black with #6DB45A
Text Example
Text Example
White with #6DB45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB45A; }
p { color: rgb(109,180,90); }
H1.HeaderClassName
{
color: #6DB45A;
}
.AnyTagClassName
{
color: #6DB45A;
}
</style>
background-color css
<style>
a { background-color: #6DB45A; }
a { background-color: rgb(109,180,90); }
div.DivClassName
{
background-color: #6DB45A;
}
.BgClassName
{
background-color: #6DB45A;
}
</style>
border-color css
<style>
span { border-color: #6DB45A; }
span { border-color: rgb(109,180,90); }
td.TdClassName
{
border-color: #6DB45A;
}
.TagClassName
{
border-color: #6DB45A;
}
</style>