Shades of Apple #6AA04D
Tints of Apple #6AA04D
RGB
CMYK
RGB Variations
Color information
#6AA04D (or 0x6AA04D) is known color: Apple. HEX triplet: 6A, A0 and 4D. RGB value is (106,160,77). Sum of RGB (Red+Green+Blue) = 106+160+77=343 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.90% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA04D is #955FB2. Grayscale: #868686. Windows color (decimal): -9789363 or 5087338. OLE color: 5087338.
HSL color Cylindrical-coordinate representation of color #6AA04D: hue angle of 99.04º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA04D is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 160 | 77 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.37 |
| HSL | 99.04º | 0.35% | 0.46% | - |
| HSV(B) | 99.04º | 0.52% | 0.63% | - |
| XYZ | 19.85 | 28.74 | 11.52 | - |
| YUV | 134.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 77 | 0.34 | 0 | 0.52 | 0.37 | 99.04 | 0.35 | 0.46 |
| Hex | 6A | A0 | 4D | 22 | 0 | 34 | 25 | 63 | 23 | 2E |
| Octal | 152 | 240 | 115 | 42 | 0 | 64 | 45 | 143 | 43 | 56 |
| Binary | 1101010 | 10100000 | 1001101 | 100010 | 0 | 110100 | 100101 | 1100011 | 100011 | 101110 |
Color Harmonies of #6AA04D
Complementary color
Monochromatic Colors of #6AA04D
Black with #6AA04D
Text Example
Text Example
White with #6AA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA04D; }
p { color: rgb(106,160,77); }
H1.HeaderClassName
{
color: #6AA04D;
}
.AnyTagClassName
{
color: #6AA04D;
}
</style>
background-color css
<style>
a { background-color: #6AA04D; }
a { background-color: rgb(106,160,77); }
div.DivClassName
{
background-color: #6AA04D;
}
.BgClassName
{
background-color: #6AA04D;
}
</style>
border-color css
<style>
span { border-color: #6AA04D; }
span { border-color: rgb(106,160,77); }
td.TdClassName
{
border-color: #6AA04D;
}
.TagClassName
{
border-color: #6AA04D;
}
</style>