Shades of Apple #6AAD5E
Tints of Apple #6AAD5E
RGB
CMYK
RGB Variations
Color information
#6AAD5E (or 0x6AAD5E) is known color: Apple. HEX triplet: 6A, AD and 5E. RGB value is (106,173,94). Sum of RGB (Red+Green+Blue) = 106+173+94=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD5E is #9552A1. Grayscale: #909090. Windows color (decimal): -9786018 or 6204778. OLE color: 6204778.
HSL color Cylindrical-coordinate representation of color #6AAD5E: hue angle of 110.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6AAD5E is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 94 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.32 |
| HSL | 110.89º | 0.33% | 0.52% | - |
| HSV(B) | 110.89º | 0.46% | 0.68% | - |
| XYZ | 22.91 | 33.76 | 15.9 | - |
| YUV | 143.96 | 99.8 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 94 | 0.39 | 0 | 0.46 | 0.32 | 110.89 | 0.33 | 0.52 |
| Hex | 6A | AD | 5E | 27 | 0 | 2E | 20 | 6F | 21 | 34 |
| Octal | 152 | 255 | 136 | 47 | 0 | 56 | 40 | 157 | 41 | 64 |
| Binary | 1101010 | 10101101 | 1011110 | 100111 | 0 | 101110 | 100000 | 1101111 | 100001 | 110100 |
Color Harmonies of #6AAD5E
Complementary color
Monochromatic Colors of #6AAD5E
Black with #6AAD5E
Text Example
Text Example
White with #6AAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD5E; }
p { color: rgb(106,173,94); }
H1.HeaderClassName
{
color: #6AAD5E;
}
.AnyTagClassName
{
color: #6AAD5E;
}
</style>
background-color css
<style>
a { background-color: #6AAD5E; }
a { background-color: rgb(106,173,94); }
div.DivClassName
{
background-color: #6AAD5E;
}
.BgClassName
{
background-color: #6AAD5E;
}
</style>
border-color css
<style>
span { border-color: #6AAD5E; }
span { border-color: rgb(106,173,94); }
td.TdClassName
{
border-color: #6AAD5E;
}
.TagClassName
{
border-color: #6AAD5E;
}
</style>