Shades of Apple #6AA148
Tints of Apple #6AA148
RGB
CMYK
RGB Variations
Color information
#6AA148 (or 0x6AA148) is known color: Apple. HEX triplet: 6A, A1 and 48. RGB value is (106,161,72). Sum of RGB (Red+Green+Blue) = 106+161+72=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA148 is #955EB7. Grayscale: #868686. Windows color (decimal): -9789112 or 4759914. OLE color: 4759914.
HSL color Cylindrical-coordinate representation of color #6AA148: hue angle of 97.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AA148 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 72 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.37 |
| HSL | 97.08º | 0.38% | 0.46% | - |
| HSV(B) | 97.08º | 0.55% | 0.63% | - |
| XYZ | 19.86 | 29.02 | 10.69 | - |
| YUV | 134.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 72 | 0.34 | 0 | 0.55 | 0.37 | 97.08 | 0.38 | 0.46 |
| Hex | 6A | A1 | 48 | 22 | 0 | 37 | 25 | 61 | 26 | 2E |
| Octal | 152 | 241 | 110 | 42 | 0 | 67 | 45 | 141 | 46 | 56 |
| Binary | 1101010 | 10100001 | 1001000 | 100010 | 0 | 110111 | 100101 | 1100001 | 100110 | 101110 |
Color Harmonies of #6AA148
Complementary color
Monochromatic Colors of #6AA148
Black with #6AA148
Text Example
Text Example
White with #6AA148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA148; }
p { color: rgb(106,161,72); }
H1.HeaderClassName
{
color: #6AA148;
}
.AnyTagClassName
{
color: #6AA148;
}
</style>
background-color css
<style>
a { background-color: #6AA148; }
a { background-color: rgb(106,161,72); }
div.DivClassName
{
background-color: #6AA148;
}
.BgClassName
{
background-color: #6AA148;
}
</style>
border-color css
<style>
span { border-color: #6AA148; }
span { border-color: rgb(106,161,72); }
td.TdClassName
{
border-color: #6AA148;
}
.TagClassName
{
border-color: #6AA148;
}
</style>