Shades of Apple #6DAB5D
Tints of Apple #6DAB5D
RGB
CMYK
RGB Variations
Color information
#6DAB5D (or 0x6DAB5D) is known color: Apple. HEX triplet: 6D, AB and 5D. RGB value is (109,171,93). Sum of RGB (Red+Green+Blue) = 109+171+93=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB5D is #9254A2. Grayscale: #8F8F8F. Windows color (decimal): -9589923 or 6138733. OLE color: 6138733.
HSL color Cylindrical-coordinate representation of color #6DAB5D: hue angle of 107.69º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DAB5D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 93 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.33 |
| HSL | 107.69º | 0.32% | 0.52% | - |
| HSV(B) | 107.69º | 0.46% | 0.67% | - |
| XYZ | 22.85 | 33.17 | 15.55 | - |
| YUV | 143.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 93 | 0.36 | 0 | 0.46 | 0.33 | 107.69 | 0.32 | 0.52 |
| Hex | 6D | AB | 5D | 24 | 0 | 2E | 21 | 6C | 20 | 34 |
| Octal | 155 | 253 | 135 | 44 | 0 | 56 | 41 | 154 | 40 | 64 |
| Binary | 1101101 | 10101011 | 1011101 | 100100 | 0 | 101110 | 100001 | 1101100 | 100000 | 110100 |
Color Harmonies of #6DAB5D
Complementary color
Monochromatic Colors of #6DAB5D
Black with #6DAB5D
Text Example
Text Example
White with #6DAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB5D; }
p { color: rgb(109,171,93); }
H1.HeaderClassName
{
color: #6DAB5D;
}
.AnyTagClassName
{
color: #6DAB5D;
}
</style>
background-color css
<style>
a { background-color: #6DAB5D; }
a { background-color: rgb(109,171,93); }
div.DivClassName
{
background-color: #6DAB5D;
}
.BgClassName
{
background-color: #6DAB5D;
}
</style>
border-color css
<style>
span { border-color: #6DAB5D; }
span { border-color: rgb(109,171,93); }
td.TdClassName
{
border-color: #6DAB5D;
}
.TagClassName
{
border-color: #6DAB5D;
}
</style>