Shades of Apple #6AA65E
Tints of Apple #6AA65E
RGB
CMYK
RGB Variations
Color information
#6AA65E (or 0x6AA65E) is known color: Apple. HEX triplet: 6A, A6 and 5E. RGB value is (106,166,94). Sum of RGB (Red+Green+Blue) = 106+166+94=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA65E is #9559A1. Grayscale: #8C8C8C. Windows color (decimal): -9787810 or 6202986. OLE color: 6202986.
HSL color Cylindrical-coordinate representation of color #6AA65E: hue angle of 110º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AA65E is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 166 | 94 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.35 |
| HSL | 110º | 0.29% | 0.51% | - |
| HSV(B) | 110º | 0.43% | 0.65% | - |
| XYZ | 21.6 | 31.14 | 15.46 | - |
| YUV | 139.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 166 | 94 | 0.36 | 0 | 0.43 | 0.35 | 110 | 0.29 | 0.51 |
| Hex | 6A | A6 | 5E | 24 | 0 | 2B | 23 | 6E | 1D | 33 |
| Octal | 152 | 246 | 136 | 44 | 0 | 53 | 43 | 156 | 35 | 63 |
| Binary | 1101010 | 10100110 | 1011110 | 100100 | 0 | 101011 | 100011 | 1101110 | 11101 | 110011 |
Color Harmonies of #6AA65E
Complementary color
Monochromatic Colors of #6AA65E
Black with #6AA65E
Text Example
Text Example
White with #6AA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA65E; }
p { color: rgb(106,166,94); }
H1.HeaderClassName
{
color: #6AA65E;
}
.AnyTagClassName
{
color: #6AA65E;
}
</style>
background-color css
<style>
a { background-color: #6AA65E; }
a { background-color: rgb(106,166,94); }
div.DivClassName
{
background-color: #6AA65E;
}
.BgClassName
{
background-color: #6AA65E;
}
</style>
border-color css
<style>
span { border-color: #6AA65E; }
span { border-color: rgb(106,166,94); }
td.TdClassName
{
border-color: #6AA65E;
}
.TagClassName
{
border-color: #6AA65E;
}
</style>