Shades of Apple #6AAD4B
Tints of Apple #6AAD4B
RGB
CMYK
RGB Variations
Color information
#6AAD4B (or 0x6AAD4B) is known color: Apple. HEX triplet: 6A, AD and 4B. RGB value is (106,173,75). Sum of RGB (Red+Green+Blue) = 106+173+75=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAD4B is #9552B4. Grayscale: #8E8E8E. Windows color (decimal): -9786037 or 4959594. OLE color: 4959594.
HSL color Cylindrical-coordinate representation of color #6AAD4B: hue angle of 101.02º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AAD4B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 75 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.32 |
| HSL | 101.02º | 0.4% | 0.49% | - |
| HSV(B) | 101.02º | 0.57% | 0.68% | - |
| XYZ | 22.16 | 33.46 | 11.95 | - |
| YUV | 141.8 | 90.3 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 75 | 0.39 | 0 | 0.57 | 0.32 | 101.02 | 0.4 | 0.49 |
| Hex | 6A | AD | 4B | 27 | 0 | 39 | 20 | 65 | 28 | 31 |
| Octal | 152 | 255 | 113 | 47 | 0 | 71 | 40 | 145 | 50 | 61 |
| Binary | 1101010 | 10101101 | 1001011 | 100111 | 0 | 111001 | 100000 | 1100101 | 101000 | 110001 |
Color Harmonies of #6AAD4B
Complementary color
Monochromatic Colors of #6AAD4B
Black with #6AAD4B
Text Example
Text Example
White with #6AAD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAD4B; }
p { color: rgb(106,173,75); }
H1.HeaderClassName
{
color: #6AAD4B;
}
.AnyTagClassName
{
color: #6AAD4B;
}
</style>
background-color css
<style>
a { background-color: #6AAD4B; }
a { background-color: rgb(106,173,75); }
div.DivClassName
{
background-color: #6AAD4B;
}
.BgClassName
{
background-color: #6AAD4B;
}
</style>
border-color css
<style>
span { border-color: #6AAD4B; }
span { border-color: rgb(106,173,75); }
td.TdClassName
{
border-color: #6AAD4B;
}
.TagClassName
{
border-color: #6AAD4B;
}
</style>