Shades of Apple #6AAA3C
Tints of Apple #6AAA3C
RGB
CMYK
RGB Variations
Color information
#6AAA3C (or 0x6AAA3C) is known color: Apple. HEX triplet: 6A, AA and 3C. RGB value is (106,170,60). Sum of RGB (Red+Green+Blue) = 106+170+60=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA3C is #9555C3. Grayscale: #8A8A8A. Windows color (decimal): -9786820 or 3975786. OLE color: 3975786.
HSL color Cylindrical-coordinate representation of color #6AAA3C: hue angle of 94.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AAA3C is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 60 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.33 |
| HSL | 94.91º | 0.48% | 0.45% | - |
| HSV(B) | 94.91º | 0.65% | 0.67% | - |
| XYZ | 21.13 | 32.14 | 9.36 | - |
| YUV | 138.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 60 | 0.38 | 0 | 0.65 | 0.33 | 94.91 | 0.48 | 0.45 |
| Hex | 6A | AA | 3C | 26 | 0 | 41 | 21 | 5F | 30 | 2D |
| Octal | 152 | 252 | 74 | 46 | 0 | 101 | 41 | 137 | 60 | 55 |
| Binary | 1101010 | 10101010 | 111100 | 100110 | 0 | 1000001 | 100001 | 1011111 | 110000 | 101101 |
Color Harmonies of #6AAA3C
Complementary color
Monochromatic Colors of #6AAA3C
Black with #6AAA3C
Text Example
Text Example
White with #6AAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA3C; }
p { color: rgb(106,170,60); }
H1.HeaderClassName
{
color: #6AAA3C;
}
.AnyTagClassName
{
color: #6AAA3C;
}
</style>
background-color css
<style>
a { background-color: #6AAA3C; }
a { background-color: rgb(106,170,60); }
div.DivClassName
{
background-color: #6AAA3C;
}
.BgClassName
{
background-color: #6AAA3C;
}
</style>
border-color css
<style>
span { border-color: #6AAA3C; }
span { border-color: rgb(106,170,60); }
td.TdClassName
{
border-color: #6AAA3C;
}
.TagClassName
{
border-color: #6AAA3C;
}
</style>