Shades of Apple #6AAC4A
Tints of Apple #6AAC4A
RGB
CMYK
RGB Variations
Color information
#6AAC4A (or 0x6AAC4A) is known color: Apple. HEX triplet: 6A, AC and 4A. RGB value is (106,172,74). Sum of RGB (Red+Green+Blue) = 106+172+74=352 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.11% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAC4A is #9553B5. Grayscale: #8D8D8D. Windows color (decimal): -9786294 or 4893802. OLE color: 4893802.
HSL color Cylindrical-coordinate representation of color #6AAC4A: hue angle of 100.41º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AAC4A is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 74 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.33 |
| HSL | 100.41º | 0.4% | 0.48% | - |
| HSV(B) | 100.41º | 0.57% | 0.67% | - |
| XYZ | 21.93 | 33.06 | 11.7 | - |
| YUV | 141.09 | 90.13 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 74 | 0.38 | 0 | 0.57 | 0.33 | 100.41 | 0.4 | 0.48 |
| Hex | 6A | AC | 4A | 26 | 0 | 39 | 21 | 64 | 28 | 30 |
| Octal | 152 | 254 | 112 | 46 | 0 | 71 | 41 | 144 | 50 | 60 |
| Binary | 1101010 | 10101100 | 1001010 | 100110 | 0 | 111001 | 100001 | 1100100 | 101000 | 110000 |
Color Harmonies of #6AAC4A
Complementary color
Monochromatic Colors of #6AAC4A
Black with #6AAC4A
Text Example
Text Example
White with #6AAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC4A; }
p { color: rgb(106,172,74); }
H1.HeaderClassName
{
color: #6AAC4A;
}
.AnyTagClassName
{
color: #6AAC4A;
}
</style>
background-color css
<style>
a { background-color: #6AAC4A; }
a { background-color: rgb(106,172,74); }
div.DivClassName
{
background-color: #6AAC4A;
}
.BgClassName
{
background-color: #6AAC4A;
}
</style>
border-color css
<style>
span { border-color: #6AAC4A; }
span { border-color: rgb(106,172,74); }
td.TdClassName
{
border-color: #6AAC4A;
}
.TagClassName
{
border-color: #6AAC4A;
}
</style>