Shades of Apple #6AAE3C
Tints of Apple #6AAE3C
RGB
CMYK
RGB Variations
Color information
#6AAE3C (or 0x6AAE3C) is known color: Apple. HEX triplet: 6A, AE and 3C. RGB value is (106,174,60). Sum of RGB (Red+Green+Blue) = 106+174+60=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE3C is #9551C3. Grayscale: #8D8D8D. Windows color (decimal): -9785796 or 3976810. OLE color: 3976810.
HSL color Cylindrical-coordinate representation of color #6AAE3C: hue angle of 95.79º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AAE3C is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 174 | 60 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.32 |
| HSL | 95.79º | 0.49% | 0.46% | - |
| HSV(B) | 95.79º | 0.66% | 0.68% | - |
| XYZ | 21.9 | 33.66 | 9.62 | - |
| YUV | 140.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 60 | 0.39 | 0 | 0.66 | 0.32 | 95.79 | 0.49 | 0.46 |
| Hex | 6A | AE | 3C | 27 | 0 | 42 | 20 | 60 | 31 | 2E |
| Octal | 152 | 256 | 74 | 47 | 0 | 102 | 40 | 140 | 61 | 56 |
| Binary | 1101010 | 10101110 | 111100 | 100111 | 0 | 1000010 | 100000 | 1100000 | 110001 | 101110 |
Color Harmonies of #6AAE3C
Complementary color
Monochromatic Colors of #6AAE3C
Black with #6AAE3C
Text Example
Text Example
White with #6AAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAE3C; }
p { color: rgb(106,174,60); }
H1.HeaderClassName
{
color: #6AAE3C;
}
.AnyTagClassName
{
color: #6AAE3C;
}
</style>
background-color css
<style>
a { background-color: #6AAE3C; }
a { background-color: rgb(106,174,60); }
div.DivClassName
{
background-color: #6AAE3C;
}
.BgClassName
{
background-color: #6AAE3C;
}
</style>
border-color css
<style>
span { border-color: #6AAE3C; }
span { border-color: rgb(106,174,60); }
td.TdClassName
{
border-color: #6AAE3C;
}
.TagClassName
{
border-color: #6AAE3C;
}
</style>