Shades of Apple #6AA150
Tints of Apple #6AA150
RGB
CMYK
RGB Variations
Color information
#6AA150 (or 0x6AA150) is known color: Apple. HEX triplet: 6A, A1 and 50. RGB value is (106,161,80). Sum of RGB (Red+Green+Blue) = 106+161+80=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA150 is #955EAF. Grayscale: #878787. Windows color (decimal): -9789104 or 5284202. OLE color: 5284202.
HSL color Cylindrical-coordinate representation of color #6AA150: hue angle of 100.74º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AA150 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 80 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.37 |
| HSL | 100.74º | 0.34% | 0.47% | - |
| HSV(B) | 100.74º | 0.5% | 0.63% | - |
| XYZ | 20.14 | 29.13 | 12.15 | - |
| YUV | 135.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 80 | 0.34 | 0 | 0.50 | 0.37 | 100.74 | 0.34 | 0.47 |
| Hex | 6A | A1 | 50 | 22 | 0 | 32 | 25 | 65 | 22 | 2F |
| Octal | 152 | 241 | 120 | 42 | 0 | 62 | 45 | 145 | 42 | 57 |
| Binary | 1101010 | 10100001 | 1010000 | 100010 | 0 | 110010 | 100101 | 1100101 | 100010 | 101111 |
Color Harmonies of #6AA150
Complementary color
Monochromatic Colors of #6AA150
Black with #6AA150
Text Example
Text Example
White with #6AA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA150; }
p { color: rgb(106,161,80); }
H1.HeaderClassName
{
color: #6AA150;
}
.AnyTagClassName
{
color: #6AA150;
}
</style>
background-color css
<style>
a { background-color: #6AA150; }
a { background-color: rgb(106,161,80); }
div.DivClassName
{
background-color: #6AA150;
}
.BgClassName
{
background-color: #6AA150;
}
</style>
border-color css
<style>
span { border-color: #6AA150; }
span { border-color: rgb(106,161,80); }
td.TdClassName
{
border-color: #6AA150;
}
.TagClassName
{
border-color: #6AA150;
}
</style>