Shades of Apple #6AA648
Tints of Apple #6AA648
RGB
CMYK
RGB Variations
Color information
#6AA648 (or 0x6AA648) is known color: Apple. HEX triplet: 6A, A6 and 48. RGB value is (106,166,72). Sum of RGB (Red+Green+Blue) = 106+166+72=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA648 is #9559B7. Grayscale: #898989. Windows color (decimal): -9787832 or 4761194. OLE color: 4761194.
HSL color Cylindrical-coordinate representation of color #6AA648: hue angle of 98.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AA648 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 72 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.35 |
| HSL | 98.3º | 0.39% | 0.47% | - |
| HSV(B) | 98.3º | 0.57% | 0.65% | - |
| XYZ | 20.75 | 30.8 | 10.98 | - |
| YUV | 137.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 72 | 0.36 | 0 | 0.57 | 0.35 | 98.3 | 0.39 | 0.47 |
| Hex | 6A | A6 | 48 | 24 | 0 | 39 | 23 | 62 | 27 | 2F |
| Octal | 152 | 246 | 110 | 44 | 0 | 71 | 43 | 142 | 47 | 57 |
| Binary | 1101010 | 10100110 | 1001000 | 100100 | 0 | 111001 | 100011 | 1100010 | 100111 | 101111 |
Color Harmonies of #6AA648
Complementary color
Monochromatic Colors of #6AA648
Black with #6AA648
Text Example
Text Example
White with #6AA648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA648; }
p { color: rgb(106,166,72); }
H1.HeaderClassName
{
color: #6AA648;
}
.AnyTagClassName
{
color: #6AA648;
}
</style>
background-color css
<style>
a { background-color: #6AA648; }
a { background-color: rgb(106,166,72); }
div.DivClassName
{
background-color: #6AA648;
}
.BgClassName
{
background-color: #6AA648;
}
</style>
border-color css
<style>
span { border-color: #6AA648; }
span { border-color: rgb(106,166,72); }
td.TdClassName
{
border-color: #6AA648;
}
.TagClassName
{
border-color: #6AA648;
}
</style>