Shades of Apple #6AAD3A
Tints of Apple #6AAD3A
RGB
CMYK
RGB Variations
Color information
#6AAD3A (or 0x6AAD3A) is known color: Apple. HEX triplet: 6A, AD and 3A. RGB value is (106,173,58). Sum of RGB (Red+Green+Blue) = 106+173+58=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD3A is #9552C5. Grayscale: #8C8C8C. Windows color (decimal): -9786054 or 3845482. OLE color: 3845482.
HSL color Cylindrical-coordinate representation of color #6AAD3A: hue angle of 94.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AAD3A is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 58 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.32 |
| HSL | 94.96º | 0.5% | 0.45% | - |
| HSV(B) | 94.96º | 0.66% | 0.68% | - |
| XYZ | 21.65 | 33.26 | 9.28 | - |
| YUV | 139.86 | 81.8 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 58 | 0.39 | 0 | 0.66 | 0.32 | 94.96 | 0.5 | 0.45 |
| Hex | 6A | AD | 3A | 27 | 0 | 42 | 20 | 5F | 32 | 2D |
| Octal | 152 | 255 | 72 | 47 | 0 | 102 | 40 | 137 | 62 | 55 |
| Binary | 1101010 | 10101101 | 111010 | 100111 | 0 | 1000010 | 100000 | 1011111 | 110010 | 101101 |
Color Harmonies of #6AAD3A
Complementary color
Monochromatic Colors of #6AAD3A
Black with #6AAD3A
Text Example
Text Example
White with #6AAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD3A; }
p { color: rgb(106,173,58); }
H1.HeaderClassName
{
color: #6AAD3A;
}
.AnyTagClassName
{
color: #6AAD3A;
}
</style>
background-color css
<style>
a { background-color: #6AAD3A; }
a { background-color: rgb(106,173,58); }
div.DivClassName
{
background-color: #6AAD3A;
}
.BgClassName
{
background-color: #6AAD3A;
}
</style>
border-color css
<style>
span { border-color: #6AAD3A; }
span { border-color: rgb(106,173,58); }
td.TdClassName
{
border-color: #6AAD3A;
}
.TagClassName
{
border-color: #6AAD3A;
}
</style>