Shades of Apple #6AA540
Tints of Apple #6AA540
RGB
CMYK
RGB Variations
Color information
#6AA540 (or 0x6AA540) is known color: Apple. HEX triplet: 6A, A5 and 40. RGB value is (106,165,64). Sum of RGB (Red+Green+Blue) = 106+165+64=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 165 (64.84% from 255 or 49.25% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA540 is #955ABF. Grayscale: #888888. Windows color (decimal): -9788096 or 4236650. OLE color: 4236650.
HSL color Cylindrical-coordinate representation of color #6AA540: hue angle of 95.05º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AA540 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 165 | 64 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.35 |
| HSL | 95.05º | 0.44% | 0.45% | - |
| HSV(B) | 95.05º | 0.61% | 0.65% | - |
| XYZ | 20.32 | 30.34 | 9.64 | - |
| YUV | 135.85 | 87.45 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 165 | 64 | 0.36 | 0 | 0.61 | 0.35 | 95.05 | 0.44 | 0.45 |
| Hex | 6A | A5 | 40 | 24 | 0 | 3D | 23 | 5F | 2C | 2D |
| Octal | 152 | 245 | 100 | 44 | 0 | 75 | 43 | 137 | 54 | 55 |
| Binary | 1101010 | 10100101 | 1000000 | 100100 | 0 | 111101 | 100011 | 1011111 | 101100 | 101101 |
Color Harmonies of #6AA540
Complementary color
Monochromatic Colors of #6AA540
Black with #6AA540
Text Example
Text Example
White with #6AA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA540; }
p { color: rgb(106,165,64); }
H1.HeaderClassName
{
color: #6AA540;
}
.AnyTagClassName
{
color: #6AA540;
}
</style>
background-color css
<style>
a { background-color: #6AA540; }
a { background-color: rgb(106,165,64); }
div.DivClassName
{
background-color: #6AA540;
}
.BgClassName
{
background-color: #6AA540;
}
</style>
border-color css
<style>
span { border-color: #6AA540; }
span { border-color: rgb(106,165,64); }
td.TdClassName
{
border-color: #6AA540;
}
.TagClassName
{
border-color: #6AA540;
}
</style>