Shades of Apple #6DAB52
Tints of Apple #6DAB52
RGB
CMYK
RGB Variations
Color information
#6DAB52 (or 0x6DAB52) is known color: Apple. HEX triplet: 6D, AB and 52. RGB value is (109,171,82). Sum of RGB (Red+Green+Blue) = 109+171+82=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB52 is #9254AD. Grayscale: #8E8E8E. Windows color (decimal): -9589934 or 5417837. OLE color: 5417837.
HSL color Cylindrical-coordinate representation of color #6DAB52: hue angle of 101.8º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DAB52 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 82 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.33 |
| HSL | 101.8º | 0.35% | 0.5% | - |
| HSV(B) | 101.8º | 0.52% | 0.67% | - |
| XYZ | 22.39 | 32.99 | 13.17 | - |
| YUV | 142.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 82 | 0.36 | 0 | 0.52 | 0.33 | 101.8 | 0.35 | 0.5 |
| Hex | 6D | AB | 52 | 24 | 0 | 34 | 21 | 66 | 23 | 32 |
| Octal | 155 | 253 | 122 | 44 | 0 | 64 | 41 | 146 | 43 | 62 |
| Binary | 1101101 | 10101011 | 1010010 | 100100 | 0 | 110100 | 100001 | 1100110 | 100011 | 110010 |
Color Harmonies of #6DAB52
Complementary color
Monochromatic Colors of #6DAB52
Black with #6DAB52
Text Example
Text Example
White with #6DAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB52; }
p { color: rgb(109,171,82); }
H1.HeaderClassName
{
color: #6DAB52;
}
.AnyTagClassName
{
color: #6DAB52;
}
</style>
background-color css
<style>
a { background-color: #6DAB52; }
a { background-color: rgb(109,171,82); }
div.DivClassName
{
background-color: #6DAB52;
}
.BgClassName
{
background-color: #6DAB52;
}
</style>
border-color css
<style>
span { border-color: #6DAB52; }
span { border-color: rgb(109,171,82); }
td.TdClassName
{
border-color: #6DAB52;
}
.TagClassName
{
border-color: #6DAB52;
}
</style>