Shades of Apple #6AA145
Tints of Apple #6AA145
RGB
CMYK
RGB Variations
Color information
#6AA145 (or 0x6AA145) is known color: Apple. HEX triplet: 6A, A1 and 45. RGB value is (106,161,69). Sum of RGB (Red+Green+Blue) = 106+161+69=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA145 is #955EBA. Grayscale: #868686. Windows color (decimal): -9789115 or 4563306. OLE color: 4563306.
HSL color Cylindrical-coordinate representation of color #6AA145: hue angle of 95.87º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AA145 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 69 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.37 |
| HSL | 95.87º | 0.4% | 0.45% | - |
| HSV(B) | 95.87º | 0.57% | 0.63% | - |
| XYZ | 19.76 | 28.98 | 10.18 | - |
| YUV | 134.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 69 | 0.34 | 0 | 0.57 | 0.37 | 95.87 | 0.4 | 0.45 |
| Hex | 6A | A1 | 45 | 22 | 0 | 39 | 25 | 60 | 28 | 2D |
| Octal | 152 | 241 | 105 | 42 | 0 | 71 | 45 | 140 | 50 | 55 |
| Binary | 1101010 | 10100001 | 1000101 | 100010 | 0 | 111001 | 100101 | 1100000 | 101000 | 101101 |
Color Harmonies of #6AA145
Complementary color
Monochromatic Colors of #6AA145
Black with #6AA145
Text Example
Text Example
White with #6AA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA145; }
p { color: rgb(106,161,69); }
H1.HeaderClassName
{
color: #6AA145;
}
.AnyTagClassName
{
color: #6AA145;
}
</style>
background-color css
<style>
a { background-color: #6AA145; }
a { background-color: rgb(106,161,69); }
div.DivClassName
{
background-color: #6AA145;
}
.BgClassName
{
background-color: #6AA145;
}
</style>
border-color css
<style>
span { border-color: #6AA145; }
span { border-color: rgb(106,161,69); }
td.TdClassName
{
border-color: #6AA145;
}
.TagClassName
{
border-color: #6AA145;
}
</style>