Shades of Apple #6AAE4B
Tints of Apple #6AAE4B
RGB
CMYK
RGB Variations
Color information
#6AAE4B (or 0x6AAE4B) is known color: Apple. HEX triplet: 6A, AE and 4B. RGB value is (106,174,75). Sum of RGB (Red+Green+Blue) = 106+174+75=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE4B is #9551B4. Grayscale: #8E8E8E. Windows color (decimal): -9785781 or 4959850. OLE color: 4959850.
HSL color Cylindrical-coordinate representation of color #6AAE4B: hue angle of 101.21º 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 #6AAE4B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 75 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.32 |
| HSL | 101.21º | 0.4% | 0.49% | - |
| HSV(B) | 101.21º | 0.57% | 0.68% | - |
| XYZ | 22.35 | 33.84 | 12.01 | - |
| YUV | 142.38 | 89.97 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 75 | 0.39 | 0 | 0.57 | 0.32 | 101.21 | 0.4 | 0.49 |
| Hex | 6A | AE | 4B | 27 | 0 | 39 | 20 | 65 | 28 | 31 |
| Octal | 152 | 256 | 113 | 47 | 0 | 71 | 40 | 145 | 50 | 61 |
| Binary | 1101010 | 10101110 | 1001011 | 100111 | 0 | 111001 | 100000 | 1100101 | 101000 | 110001 |
Color Harmonies of #6AAE4B
Complementary color
Monochromatic Colors of #6AAE4B
Black with #6AAE4B
Text Example
Text Example
White with #6AAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE4B; }
p { color: rgb(106,174,75); }
H1.HeaderClassName
{
color: #6AAE4B;
}
.AnyTagClassName
{
color: #6AAE4B;
}
</style>
background-color css
<style>
a { background-color: #6AAE4B; }
a { background-color: rgb(106,174,75); }
div.DivClassName
{
background-color: #6AAE4B;
}
.BgClassName
{
background-color: #6AAE4B;
}
</style>
border-color css
<style>
span { border-color: #6AAE4B; }
span { border-color: rgb(106,174,75); }
td.TdClassName
{
border-color: #6AAE4B;
}
.TagClassName
{
border-color: #6AAE4B;
}
</style>