Shades of Apple #6DAA5D
Tints of Apple #6DAA5D
RGB
CMYK
RGB Variations
Color information
#6DAA5D (or 0x6DAA5D) is known color: Apple. HEX triplet: 6D, AA and 5D. RGB value is (109,170,93). Sum of RGB (Red+Green+Blue) = 109+170+93=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA5D is #9255A2. Grayscale: #8F8F8F. Windows color (decimal): -9590179 or 6138477. OLE color: 6138477.
HSL color Cylindrical-coordinate representation of color #6DAA5D: hue angle of 107.53º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DAA5D is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 93 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.33 |
| HSL | 107.53º | 0.31% | 0.52% | - |
| HSV(B) | 107.53º | 0.45% | 0.67% | - |
| XYZ | 22.66 | 32.79 | 15.49 | - |
| YUV | 142.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 93 | 0.36 | 0 | 0.45 | 0.33 | 107.53 | 0.31 | 0.52 |
| Hex | 6D | AA | 5D | 24 | 0 | 2D | 21 | 6C | 1F | 34 |
| Octal | 155 | 252 | 135 | 44 | 0 | 55 | 41 | 154 | 37 | 64 |
| Binary | 1101101 | 10101010 | 1011101 | 100100 | 0 | 101101 | 100001 | 1101100 | 11111 | 110100 |
Color Harmonies of #6DAA5D
Complementary color
Monochromatic Colors of #6DAA5D
Black with #6DAA5D
Text Example
Text Example
White with #6DAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA5D; }
p { color: rgb(109,170,93); }
H1.HeaderClassName
{
color: #6DAA5D;
}
.AnyTagClassName
{
color: #6DAA5D;
}
</style>
background-color css
<style>
a { background-color: #6DAA5D; }
a { background-color: rgb(109,170,93); }
div.DivClassName
{
background-color: #6DAA5D;
}
.BgClassName
{
background-color: #6DAA5D;
}
</style>
border-color css
<style>
span { border-color: #6DAA5D; }
span { border-color: rgb(109,170,93); }
td.TdClassName
{
border-color: #6DAA5D;
}
.TagClassName
{
border-color: #6DAA5D;
}
</style>