Shades of Apple #6EAF4C
Tints of Apple #6EAF4C
RGB
CMYK
RGB Variations
Color information
#6EAF4C (or 0x6EAF4C) is known color: Apple. HEX triplet: 6E, AF and 4C. RGB value is (110,175,76). Sum of RGB (Red+Green+Blue) = 110+175+76=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF4C is #9150B3. Grayscale: #909090. Windows color (decimal): -9523380 or 5025646. OLE color: 5025646.
HSL color Cylindrical-coordinate representation of color #6EAF4C: hue angle of 99.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EAF4C is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 76 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.31 |
| HSL | 99.39º | 0.39% | 0.49% | - |
| HSV(B) | 99.39º | 0.57% | 0.69% | - |
| XYZ | 23.06 | 34.5 | 12.28 | - |
| YUV | 144.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 76 | 0.37 | 0 | 0.57 | 0.31 | 99.39 | 0.39 | 0.49 |
| Hex | 6E | AF | 4C | 25 | 0 | 39 | 1F | 63 | 27 | 31 |
| Octal | 156 | 257 | 114 | 45 | 0 | 71 | 37 | 143 | 47 | 61 |
| Binary | 1101110 | 10101111 | 1001100 | 100101 | 0 | 111001 | 11111 | 1100011 | 100111 | 110001 |
Color Harmonies of #6EAF4C
Complementary color
Monochromatic Colors of #6EAF4C
Black with #6EAF4C
Text Example
Text Example
White with #6EAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF4C; }
p { color: rgb(110,175,76); }
H1.HeaderClassName
{
color: #6EAF4C;
}
.AnyTagClassName
{
color: #6EAF4C;
}
</style>
background-color css
<style>
a { background-color: #6EAF4C; }
a { background-color: rgb(110,175,76); }
div.DivClassName
{
background-color: #6EAF4C;
}
.BgClassName
{
background-color: #6EAF4C;
}
</style>
border-color css
<style>
span { border-color: #6EAF4C; }
span { border-color: rgb(110,175,76); }
td.TdClassName
{
border-color: #6EAF4C;
}
.TagClassName
{
border-color: #6EAF4C;
}
</style>