Shades of Apple #6AA143
Tints of Apple #6AA143
RGB
CMYK
RGB Variations
Color information
#6AA143 (or 0x6AA143) is known color: Apple. HEX triplet: 6A, A1 and 43. RGB value is (106,161,67). Sum of RGB (Red+Green+Blue) = 106+161+67=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA143 is #955EBC. Grayscale: #868686. Windows color (decimal): -9789117 or 4432234. OLE color: 4432234.
HSL color Cylindrical-coordinate representation of color #6AA143: hue angle of 95.11º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AA143 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 106 | 161 | 67 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.37 |
| HSL | 95.11º | 0.41% | 0.45% | - |
| HSV(B) | 95.11º | 0.58% | 0.63% | - |
| XYZ | 19.7 | 28.96 | 9.86 | - |
| YUV | 133.84 | 90.28 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 161 | 67 | 0.34 | 0 | 0.58 | 0.37 | 95.11 | 0.41 | 0.45 |
| Hex | 6A | A1 | 43 | 22 | 0 | 3A | 25 | 5F | 29 | 2D |
| Octal | 152 | 241 | 103 | 42 | 0 | 72 | 45 | 137 | 51 | 55 |
| Binary | 1101010 | 10100001 | 1000011 | 100010 | 0 | 111010 | 100101 | 1011111 | 101001 | 101101 |
Color Harmonies of #6AA143
Complementary color
Monochromatic Colors of #6AA143
Black with #6AA143
Text Example
Text Example
White with #6AA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA143; }
p { color: rgb(106,161,67); }
H1.HeaderClassName
{
color: #6AA143;
}
.AnyTagClassName
{
color: #6AA143;
}
</style>
background-color css
<style>
a { background-color: #6AA143; }
a { background-color: rgb(106,161,67); }
div.DivClassName
{
background-color: #6AA143;
}
.BgClassName
{
background-color: #6AA143;
}
</style>
border-color css
<style>
span { border-color: #6AA143; }
span { border-color: rgb(106,161,67); }
td.TdClassName
{
border-color: #6AA143;
}
.TagClassName
{
border-color: #6AA143;
}
</style>