Shades of Apple #6AA53D
Tints of Apple #6AA53D
RGB
CMYK
RGB Variations
Color information
#6AA53D (or 0x6AA53D) is known color: Apple. HEX triplet: 6A, A5 and 3D. RGB value is (106,165,61). Sum of RGB (Red+Green+Blue) = 106+165+61=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA53D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AA53D is #955AC2. Grayscale: #878787. Windows color (decimal): -9788099 or 4040042. OLE color: 4040042.
HSL color Cylindrical-coordinate representation of color #6AA53D: hue angle of 94.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6AA53D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 165 | 61 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.35 |
| HSL | 94.04º | 0.46% | 0.44% | - |
| HSV(B) | 94.04º | 0.63% | 0.65% | - |
| XYZ | 20.24 | 30.31 | 9.2 | - |
| YUV | 135.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 165 | 61 | 0.36 | 0 | 0.63 | 0.35 | 94.04 | 0.46 | 0.44 |
| Hex | 6A | A5 | 3D | 24 | 0 | 3F | 23 | 5E | 2E | 2C |
| Octal | 152 | 245 | 75 | 44 | 0 | 77 | 43 | 136 | 56 | 54 |
| Binary | 1101010 | 10100101 | 111101 | 100100 | 0 | 111111 | 100011 | 1011110 | 101110 | 101100 |
Color Harmonies of #6AA53D
Complementary color
Monochromatic Colors of #6AA53D
Black with #6AA53D
Text Example
Text Example
White with #6AA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA53D; }
p { color: rgb(106,165,61); }
H1.HeaderClassName
{
color: #6AA53D;
}
.AnyTagClassName
{
color: #6AA53D;
}
</style>
background-color css
<style>
a { background-color: #6AA53D; }
a { background-color: rgb(106,165,61); }
div.DivClassName
{
background-color: #6AA53D;
}
.BgClassName
{
background-color: #6AA53D;
}
</style>
border-color css
<style>
span { border-color: #6AA53D; }
span { border-color: rgb(106,165,61); }
td.TdClassName
{
border-color: #6AA53D;
}
.TagClassName
{
border-color: #6AA53D;
}
</style>