Shades of Apple #6AA852
Tints of Apple #6AA852
RGB
CMYK
RGB Variations
Color information
#6AA852 (or 0x6AA852) is known color: Apple. HEX triplet: 6A, A8 and 52. RGB value is (106,168,82). Sum of RGB (Red+Green+Blue) = 106+168+82=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA852 is #9557AD. Grayscale: #8B8B8B. Windows color (decimal): -9787310 or 5417066. OLE color: 5417066.
HSL color Cylindrical-coordinate representation of color #6AA852: hue angle of 103.26º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AA852 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 106 | 168 | 82 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.34 |
| HSL | 103.26º | 0.34% | 0.49% | - |
| HSV(B) | 103.26º | 0.51% | 0.66% | - |
| XYZ | 21.47 | 31.68 | 12.97 | - |
| YUV | 139.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 82 | 0.37 | 0 | 0.51 | 0.34 | 103.26 | 0.34 | 0.49 |
| Hex | 6A | A8 | 52 | 25 | 0 | 33 | 22 | 67 | 22 | 31 |
| Octal | 152 | 250 | 122 | 45 | 0 | 63 | 42 | 147 | 42 | 61 |
| Binary | 1101010 | 10101000 | 1010010 | 100101 | 0 | 110011 | 100010 | 1100111 | 100010 | 110001 |
Color Harmonies of #6AA852
Complementary color
Monochromatic Colors of #6AA852
Black with #6AA852
Text Example
Text Example
White with #6AA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA852; }
p { color: rgb(106,168,82); }
H1.HeaderClassName
{
color: #6AA852;
}
.AnyTagClassName
{
color: #6AA852;
}
</style>
background-color css
<style>
a { background-color: #6AA852; }
a { background-color: rgb(106,168,82); }
div.DivClassName
{
background-color: #6AA852;
}
.BgClassName
{
background-color: #6AA852;
}
</style>
border-color css
<style>
span { border-color: #6AA852; }
span { border-color: rgb(106,168,82); }
td.TdClassName
{
border-color: #6AA852;
}
.TagClassName
{
border-color: #6AA852;
}
</style>