Shades of Apple #6AA842
Tints of Apple #6AA842
RGB
CMYK
RGB Variations
Color information
#6AA842 (or 0x6AA842) is known color: Apple. HEX triplet: 6A, A8 and 42. RGB value is (106,168,66). Sum of RGB (Red+Green+Blue) = 106+168+66=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA842 is #9557BD. Grayscale: #8A8A8A. Windows color (decimal): -9787326 or 4368490. OLE color: 4368490.
HSL color Cylindrical-coordinate representation of color #6AA842: hue angle of 96.47º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AA842 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 66 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.34 |
| HSL | 96.47º | 0.44% | 0.46% | - |
| HSV(B) | 96.47º | 0.61% | 0.66% | - |
| XYZ | 20.93 | 31.46 | 10.12 | - |
| YUV | 137.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 66 | 0.37 | 0 | 0.61 | 0.34 | 96.47 | 0.44 | 0.46 |
| Hex | 6A | A8 | 42 | 25 | 0 | 3D | 22 | 60 | 2C | 2E |
| Octal | 152 | 250 | 102 | 45 | 0 | 75 | 42 | 140 | 54 | 56 |
| Binary | 1101010 | 10101000 | 1000010 | 100101 | 0 | 111101 | 100010 | 1100000 | 101100 | 101110 |
Color Harmonies of #6AA842
Complementary color
Monochromatic Colors of #6AA842
Black with #6AA842
Text Example
Text Example
White with #6AA842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA842; }
p { color: rgb(106,168,66); }
H1.HeaderClassName
{
color: #6AA842;
}
.AnyTagClassName
{
color: #6AA842;
}
</style>
background-color css
<style>
a { background-color: #6AA842; }
a { background-color: rgb(106,168,66); }
div.DivClassName
{
background-color: #6AA842;
}
.BgClassName
{
background-color: #6AA842;
}
</style>
border-color css
<style>
span { border-color: #6AA842; }
span { border-color: rgb(106,168,66); }
td.TdClassName
{
border-color: #6AA842;
}
.TagClassName
{
border-color: #6AA842;
}
</style>