Shades of Apple #6DAB60
Tints of Apple #6DAB60
RGB
CMYK
RGB Variations
Color information
#6DAB60 (or 0x6DAB60) is known color: Apple. HEX triplet: 6D, AB and 60. RGB value is (109,171,96). Sum of RGB (Red+Green+Blue) = 109+171+96=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB60 is #92549F. Grayscale: #909090. Windows color (decimal): -9589920 or 6335341. OLE color: 6335341.
HSL color Cylindrical-coordinate representation of color #6DAB60: hue angle of 109.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DAB60 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 96 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.33 |
| HSL | 109.6º | 0.31% | 0.52% | - |
| HSV(B) | 109.6º | 0.44% | 0.67% | - |
| XYZ | 22.98 | 33.22 | 16.27 | - |
| YUV | 143.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 96 | 0.36 | 0 | 0.44 | 0.33 | 109.6 | 0.31 | 0.52 |
| Hex | 6D | AB | 60 | 24 | 0 | 2C | 21 | 6E | 1F | 34 |
| Octal | 155 | 253 | 140 | 44 | 0 | 54 | 41 | 156 | 37 | 64 |
| Binary | 1101101 | 10101011 | 1100000 | 100100 | 0 | 101100 | 100001 | 1101110 | 11111 | 110100 |
Color Harmonies of #6DAB60
Complementary color
Monochromatic Colors of #6DAB60
Black with #6DAB60
Text Example
Text Example
White with #6DAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB60; }
p { color: rgb(109,171,96); }
H1.HeaderClassName
{
color: #6DAB60;
}
.AnyTagClassName
{
color: #6DAB60;
}
</style>
background-color css
<style>
a { background-color: #6DAB60; }
a { background-color: rgb(109,171,96); }
div.DivClassName
{
background-color: #6DAB60;
}
.BgClassName
{
background-color: #6DAB60;
}
</style>
border-color css
<style>
span { border-color: #6DAB60; }
span { border-color: rgb(109,171,96); }
td.TdClassName
{
border-color: #6DAB60;
}
.TagClassName
{
border-color: #6DAB60;
}
</style>