Shades of Apple #6DAB4B
Tints of Apple #6DAB4B
RGB
CMYK
RGB Variations
Color information
#6DAB4B (or 0x6DAB4B) is known color: Apple. HEX triplet: 6D, AB and 4B. RGB value is (109,171,75). Sum of RGB (Red+Green+Blue) = 109+171+75=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAB4B is #9254B4. Grayscale: #8D8D8D. Windows color (decimal): -9589941 or 4959085. OLE color: 4959085.
HSL color Cylindrical-coordinate representation of color #6DAB4B: hue angle of 98.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DAB4B is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 75 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.33 |
| HSL | 98.75º | 0.39% | 0.48% | - |
| HSV(B) | 98.75º | 0.56% | 0.67% | - |
| XYZ | 22.14 | 32.89 | 11.84 | - |
| YUV | 141.52 | 90.46 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 75 | 0.36 | 0 | 0.56 | 0.33 | 98.75 | 0.39 | 0.48 |
| Hex | 6D | AB | 4B | 24 | 0 | 38 | 21 | 63 | 27 | 30 |
| Octal | 155 | 253 | 113 | 44 | 0 | 70 | 41 | 143 | 47 | 60 |
| Binary | 1101101 | 10101011 | 1001011 | 100100 | 0 | 111000 | 100001 | 1100011 | 100111 | 110000 |
Color Harmonies of #6DAB4B
Complementary color
Monochromatic Colors of #6DAB4B
Black with #6DAB4B
Text Example
Text Example
White with #6DAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB4B; }
p { color: rgb(109,171,75); }
H1.HeaderClassName
{
color: #6DAB4B;
}
.AnyTagClassName
{
color: #6DAB4B;
}
</style>
background-color css
<style>
a { background-color: #6DAB4B; }
a { background-color: rgb(109,171,75); }
div.DivClassName
{
background-color: #6DAB4B;
}
.BgClassName
{
background-color: #6DAB4B;
}
</style>
border-color css
<style>
span { border-color: #6DAB4B; }
span { border-color: rgb(109,171,75); }
td.TdClassName
{
border-color: #6DAB4B;
}
.TagClassName
{
border-color: #6DAB4B;
}
</style>