Shades of Apple #6BA44D
Tints of Apple #6BA44D
RGB
CMYK
RGB Variations
Color information
#6BA44D (or 0x6BA44D) is known color: Apple. HEX triplet: 6B, A4 and 4D. RGB value is (107,164,77). Sum of RGB (Red+Green+Blue) = 107+164+77=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA44D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA44D is #945BB2. Grayscale: #898989. Windows color (decimal): -9722803 or 5088363. OLE color: 5088363.
HSL color Cylindrical-coordinate representation of color #6BA44D: hue angle of 99.31º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BA44D is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 77 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.36 |
| HSL | 99.31º | 0.36% | 0.47% | - |
| HSV(B) | 99.31º | 0.53% | 0.64% | - |
| XYZ | 20.68 | 30.21 | 11.76 | - |
| YUV | 137.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 77 | 0.35 | 0 | 0.53 | 0.36 | 99.31 | 0.36 | 0.47 |
| Hex | 6B | A4 | 4D | 23 | 0 | 35 | 24 | 63 | 24 | 2F |
| Octal | 153 | 244 | 115 | 43 | 0 | 65 | 44 | 143 | 44 | 57 |
| Binary | 1101011 | 10100100 | 1001101 | 100011 | 0 | 110101 | 100100 | 1100011 | 100100 | 101111 |
Color Harmonies of #6BA44D
Complementary color
Monochromatic Colors of #6BA44D
Black with #6BA44D
Text Example
Text Example
White with #6BA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA44D; }
p { color: rgb(107,164,77); }
H1.HeaderClassName
{
color: #6BA44D;
}
.AnyTagClassName
{
color: #6BA44D;
}
</style>
background-color css
<style>
a { background-color: #6BA44D; }
a { background-color: rgb(107,164,77); }
div.DivClassName
{
background-color: #6BA44D;
}
.BgClassName
{
background-color: #6BA44D;
}
</style>
border-color css
<style>
span { border-color: #6BA44D; }
span { border-color: rgb(107,164,77); }
td.TdClassName
{
border-color: #6BA44D;
}
.TagClassName
{
border-color: #6BA44D;
}
</style>