Shades of Apple #6DAF60
Tints of Apple #6DAF60
RGB
CMYK
RGB Variations
Color information
#6DAF60 (or 0x6DAF60) is known color: Apple. HEX triplet: 6D, AF and 60. RGB value is (109,175,96). Sum of RGB (Red+Green+Blue) = 109+175+96=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF60 is #92509F. Grayscale: #929292. Windows color (decimal): -9588896 or 6336365. OLE color: 6336365.
HSL color Cylindrical-coordinate representation of color #6DAF60: hue angle of 110.13º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DAF60 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 96 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.31 |
| HSL | 110.13º | 0.33% | 0.53% | - |
| HSV(B) | 110.13º | 0.45% | 0.69% | - |
| XYZ | 23.75 | 34.76 | 16.52 | - |
| YUV | 146.26 | 99.63 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 96 | 0.38 | 0 | 0.45 | 0.31 | 110.13 | 0.33 | 0.53 |
| Hex | 6D | AF | 60 | 26 | 0 | 2D | 1F | 6E | 21 | 35 |
| Octal | 155 | 257 | 140 | 46 | 0 | 55 | 37 | 156 | 41 | 65 |
| Binary | 1101101 | 10101111 | 1100000 | 100110 | 0 | 101101 | 11111 | 1101110 | 100001 | 110101 |
Color Harmonies of #6DAF60
Complementary color
Monochromatic Colors of #6DAF60
Black with #6DAF60
Text Example
Text Example
White with #6DAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF60; }
p { color: rgb(109,175,96); }
H1.HeaderClassName
{
color: #6DAF60;
}
.AnyTagClassName
{
color: #6DAF60;
}
</style>
background-color css
<style>
a { background-color: #6DAF60; }
a { background-color: rgb(109,175,96); }
div.DivClassName
{
background-color: #6DAF60;
}
.BgClassName
{
background-color: #6DAF60;
}
</style>
border-color css
<style>
span { border-color: #6DAF60; }
span { border-color: rgb(109,175,96); }
td.TdClassName
{
border-color: #6DAF60;
}
.TagClassName
{
border-color: #6DAF60;
}
</style>