Shades of Apple #6EAF3C
Tints of Apple #6EAF3C
RGB
CMYK
RGB Variations
Color information
#6EAF3C (or 0x6EAF3C) is known color: Apple. HEX triplet: 6E, AF and 3C. RGB value is (110,175,60). Sum of RGB (Red+Green+Blue) = 110+175+60=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAF3C is #9150C3. Grayscale: #8E8E8E. Windows color (decimal): -9523396 or 3977070. OLE color: 3977070.
HSL color Cylindrical-coordinate representation of color #6EAF3C: hue angle of 93.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6EAF3C is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 60 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.31 |
| HSL | 93.91º | 0.49% | 0.46% | - |
| HSV(B) | 93.91º | 0.66% | 0.69% | - |
| XYZ | 22.58 | 34.3 | 9.71 | - |
| YUV | 142.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 60 | 0.37 | 0 | 0.66 | 0.31 | 93.91 | 0.49 | 0.46 |
| Hex | 6E | AF | 3C | 25 | 0 | 42 | 1F | 5E | 31 | 2E |
| Octal | 156 | 257 | 74 | 45 | 0 | 102 | 37 | 136 | 61 | 56 |
| Binary | 1101110 | 10101111 | 111100 | 100101 | 0 | 1000010 | 11111 | 1011110 | 110001 | 101110 |
Color Harmonies of #6EAF3C
Complementary color
Monochromatic Colors of #6EAF3C
Black with #6EAF3C
Text Example
Text Example
White with #6EAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF3C; }
p { color: rgb(110,175,60); }
H1.HeaderClassName
{
color: #6EAF3C;
}
.AnyTagClassName
{
color: #6EAF3C;
}
</style>
background-color css
<style>
a { background-color: #6EAF3C; }
a { background-color: rgb(110,175,60); }
div.DivClassName
{
background-color: #6EAF3C;
}
.BgClassName
{
background-color: #6EAF3C;
}
</style>
border-color css
<style>
span { border-color: #6EAF3C; }
span { border-color: rgb(110,175,60); }
td.TdClassName
{
border-color: #6EAF3C;
}
.TagClassName
{
border-color: #6EAF3C;
}
</style>