Shades of Apple #6DAA5C
Tints of Apple #6DAA5C
RGB
CMYK
RGB Variations
Color information
#6DAA5C (or 0x6DAA5C) is known color: Apple. HEX triplet: 6D, AA and 5C. RGB value is (109,170,92). Sum of RGB (Red+Green+Blue) = 109+170+92=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA5C is #9255A3. Grayscale: #8F8F8F. Windows color (decimal): -9590180 or 6072941. OLE color: 6072941.
HSL color Cylindrical-coordinate representation of color #6DAA5C: hue angle of 106.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DAA5C is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 92 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.33 |
| HSL | 106.92º | 0.31% | 0.51% | - |
| HSV(B) | 106.92º | 0.46% | 0.67% | - |
| XYZ | 22.61 | 32.77 | 15.26 | - |
| YUV | 142.87 | 99.29 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 92 | 0.36 | 0 | 0.46 | 0.33 | 106.92 | 0.31 | 0.51 |
| Hex | 6D | AA | 5C | 24 | 0 | 2E | 21 | 6B | 1F | 33 |
| Octal | 155 | 252 | 134 | 44 | 0 | 56 | 41 | 153 | 37 | 63 |
| Binary | 1101101 | 10101010 | 1011100 | 100100 | 0 | 101110 | 100001 | 1101011 | 11111 | 110011 |
Color Harmonies of #6DAA5C
Complementary color
Monochromatic Colors of #6DAA5C
Black with #6DAA5C
Text Example
Text Example
White with #6DAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA5C; }
p { color: rgb(109,170,92); }
H1.HeaderClassName
{
color: #6DAA5C;
}
.AnyTagClassName
{
color: #6DAA5C;
}
</style>
background-color css
<style>
a { background-color: #6DAA5C; }
a { background-color: rgb(109,170,92); }
div.DivClassName
{
background-color: #6DAA5C;
}
.BgClassName
{
background-color: #6DAA5C;
}
</style>
border-color css
<style>
span { border-color: #6DAA5C; }
span { border-color: rgb(109,170,92); }
td.TdClassName
{
border-color: #6DAA5C;
}
.TagClassName
{
border-color: #6DAA5C;
}
</style>