Shades of Apple #6AA55F
Tints of Apple #6AA55F
RGB
CMYK
RGB Variations
Color information
#6AA55F (or 0x6AA55F) is known color: Apple. HEX triplet: 6A, A5 and 5F. RGB value is (106,165,95). Sum of RGB (Red+Green+Blue) = 106+165+95=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA55F is #955AA0. Grayscale: #8B8B8B. Windows color (decimal): -9788065 or 6268266. OLE color: 6268266.
HSL color Cylindrical-coordinate representation of color #6AA55F: hue angle of 110.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AA55F is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 165 | 95 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.35 |
| HSL | 110.57º | 0.28% | 0.51% | - |
| HSV(B) | 110.57º | 0.42% | 0.65% | - |
| XYZ | 21.46 | 30.8 | 15.64 | - |
| YUV | 139.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 165 | 95 | 0.36 | 0 | 0.42 | 0.35 | 110.57 | 0.28 | 0.51 |
| Hex | 6A | A5 | 5F | 24 | 0 | 2A | 23 | 6F | 1C | 33 |
| Octal | 152 | 245 | 137 | 44 | 0 | 52 | 43 | 157 | 34 | 63 |
| Binary | 1101010 | 10100101 | 1011111 | 100100 | 0 | 101010 | 100011 | 1101111 | 11100 | 110011 |
Color Harmonies of #6AA55F
Complementary color
Monochromatic Colors of #6AA55F
Black with #6AA55F
Text Example
Text Example
White with #6AA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA55F; }
p { color: rgb(106,165,95); }
H1.HeaderClassName
{
color: #6AA55F;
}
.AnyTagClassName
{
color: #6AA55F;
}
</style>
background-color css
<style>
a { background-color: #6AA55F; }
a { background-color: rgb(106,165,95); }
div.DivClassName
{
background-color: #6AA55F;
}
.BgClassName
{
background-color: #6AA55F;
}
</style>
border-color css
<style>
span { border-color: #6AA55F; }
span { border-color: rgb(106,165,95); }
td.TdClassName
{
border-color: #6AA55F;
}
.TagClassName
{
border-color: #6AA55F;
}
</style>