Shades of Apple #6DA54C
Tints of Apple #6DA54C
RGB
CMYK
RGB Variations
Color information
#6DA54C (or 0x6DA54C) is known color: Apple. HEX triplet: 6D, A5 and 4C. RGB value is (109,165,76). Sum of RGB (Red+Green+Blue) = 109+165+76=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA54C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA54C is #925AB3. Grayscale: #8A8A8A. Windows color (decimal): -9591476 or 5023085. OLE color: 5023085.
HSL color Cylindrical-coordinate representation of color #6DA54C: hue angle of 97.75º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA54C is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 76 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.35 |
| HSL | 97.75º | 0.37% | 0.47% | - |
| HSV(B) | 97.75º | 0.54% | 0.65% | - |
| XYZ | 21.07 | 30.68 | 11.65 | - |
| YUV | 138.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 76 | 0.34 | 0 | 0.54 | 0.35 | 97.75 | 0.37 | 0.47 |
| Hex | 6D | A5 | 4C | 22 | 0 | 36 | 23 | 62 | 25 | 2F |
| Octal | 155 | 245 | 114 | 42 | 0 | 66 | 43 | 142 | 45 | 57 |
| Binary | 1101101 | 10100101 | 1001100 | 100010 | 0 | 110110 | 100011 | 1100010 | 100101 | 101111 |
Color Harmonies of #6DA54C
Complementary color
Monochromatic Colors of #6DA54C
Black with #6DA54C
Text Example
Text Example
White with #6DA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA54C; }
p { color: rgb(109,165,76); }
H1.HeaderClassName
{
color: #6DA54C;
}
.AnyTagClassName
{
color: #6DA54C;
}
</style>
background-color css
<style>
a { background-color: #6DA54C; }
a { background-color: rgb(109,165,76); }
div.DivClassName
{
background-color: #6DA54C;
}
.BgClassName
{
background-color: #6DA54C;
}
</style>
border-color css
<style>
span { border-color: #6DA54C; }
span { border-color: rgb(109,165,76); }
td.TdClassName
{
border-color: #6DA54C;
}
.TagClassName
{
border-color: #6DA54C;
}
</style>