Shades of Apple #6DAF42
Tints of Apple #6DAF42
RGB
CMYK
RGB Variations
Color information
#6DAF42 (or 0x6DAF42) is known color: Apple. HEX triplet: 6D, AF and 42. RGB value is (109,175,66). Sum of RGB (Red+Green+Blue) = 109+175+66=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DAF42 is #9250BD. Grayscale: #8F8F8F. Windows color (decimal): -9588926 or 4370285. OLE color: 4370285.
HSL color Cylindrical-coordinate representation of color #6DAF42: hue angle of 96.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6DAF42 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 66 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.31 |
| HSL | 96.33º | 0.45% | 0.47% | - |
| HSV(B) | 96.33º | 0.62% | 0.69% | - |
| XYZ | 22.62 | 34.3 | 10.58 | - |
| YUV | 142.84 | 84.63 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 66 | 0.38 | 0 | 0.62 | 0.31 | 96.33 | 0.45 | 0.47 |
| Hex | 6D | AF | 42 | 26 | 0 | 3E | 1F | 60 | 2D | 2F |
| Octal | 155 | 257 | 102 | 46 | 0 | 76 | 37 | 140 | 55 | 57 |
| Binary | 1101101 | 10101111 | 1000010 | 100110 | 0 | 111110 | 11111 | 1100000 | 101101 | 101111 |
Color Harmonies of #6DAF42
Complementary color
Monochromatic Colors of #6DAF42
Black with #6DAF42
Text Example
Text Example
White with #6DAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF42; }
p { color: rgb(109,175,66); }
H1.HeaderClassName
{
color: #6DAF42;
}
.AnyTagClassName
{
color: #6DAF42;
}
</style>
background-color css
<style>
a { background-color: #6DAF42; }
a { background-color: rgb(109,175,66); }
div.DivClassName
{
background-color: #6DAF42;
}
.BgClassName
{
background-color: #6DAF42;
}
</style>
border-color css
<style>
span { border-color: #6DAF42; }
span { border-color: rgb(109,175,66); }
td.TdClassName
{
border-color: #6DAF42;
}
.TagClassName
{
border-color: #6DAF42;
}
</style>