Shades of Apple #6AAE3E
Tints of Apple #6AAE3E
RGB
CMYK
RGB Variations
Color information
#6AAE3E (or 0x6AAE3E) is known color: Apple. HEX triplet: 6A, AE and 3E. RGB value is (106,174,62). Sum of RGB (Red+Green+Blue) = 106+174+62=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE3E is #9551C1. Grayscale: #8D8D8D. Windows color (decimal): -9785794 or 4107882. OLE color: 4107882.
HSL color Cylindrical-coordinate representation of color #6AAE3E: hue angle of 96.43º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6AAE3E is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 62 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.32 |
| HSL | 96.43º | 0.47% | 0.46% | - |
| HSV(B) | 96.43º | 0.64% | 0.68% | - |
| XYZ | 21.95 | 33.68 | 9.9 | - |
| YUV | 140.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 62 | 0.39 | 0 | 0.64 | 0.32 | 96.43 | 0.47 | 0.46 |
| Hex | 6A | AE | 3E | 27 | 0 | 40 | 20 | 60 | 2F | 2E |
| Octal | 152 | 256 | 76 | 47 | 0 | 100 | 40 | 140 | 57 | 56 |
| Binary | 1101010 | 10101110 | 111110 | 100111 | 0 | 1000000 | 100000 | 1100000 | 101111 | 101110 |
Color Harmonies of #6AAE3E
Complementary color
Monochromatic Colors of #6AAE3E
Black with #6AAE3E
Text Example
Text Example
White with #6AAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE3E; }
p { color: rgb(106,174,62); }
H1.HeaderClassName
{
color: #6AAE3E;
}
.AnyTagClassName
{
color: #6AAE3E;
}
</style>
background-color css
<style>
a { background-color: #6AAE3E; }
a { background-color: rgb(106,174,62); }
div.DivClassName
{
background-color: #6AAE3E;
}
.BgClassName
{
background-color: #6AAE3E;
}
</style>
border-color css
<style>
span { border-color: #6AAE3E; }
span { border-color: rgb(106,174,62); }
td.TdClassName
{
border-color: #6AAE3E;
}
.TagClassName
{
border-color: #6AAE3E;
}
</style>