Shades of Apple #6FAE40
Tints of Apple #6FAE40
RGB
CMYK
RGB Variations
Color information
#6FAE40 (or 0x6FAE40) is known color: Apple. HEX triplet: 6F, AE and 40. RGB value is (111,174,64). Sum of RGB (Red+Green+Blue) = 111+174+64=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAE40 is #9051BF. Grayscale: #8E8E8E. Windows color (decimal): -9458112 or 4238959. OLE color: 4238959.
HSL color Cylindrical-coordinate representation of color #6FAE40: hue angle of 94.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FAE40 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 174 | 64 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.32 |
| HSL | 94.36º | 0.46% | 0.47% | - |
| HSV(B) | 94.36º | 0.63% | 0.68% | - |
| XYZ | 22.62 | 34.02 | 10.23 | - |
| YUV | 142.62 | 83.63 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 64 | 0.36 | 0 | 0.63 | 0.32 | 94.36 | 0.46 | 0.47 |
| Hex | 6F | AE | 40 | 24 | 0 | 3F | 20 | 5E | 2E | 2F |
| Octal | 157 | 256 | 100 | 44 | 0 | 77 | 40 | 136 | 56 | 57 |
| Binary | 1101111 | 10101110 | 1000000 | 100100 | 0 | 111111 | 100000 | 1011110 | 101110 | 101111 |
Color Harmonies of #6FAE40
Complementary color
Monochromatic Colors of #6FAE40
Black with #6FAE40
Text Example
Text Example
White with #6FAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAE40; }
p { color: rgb(111,174,64); }
H1.HeaderClassName
{
color: #6FAE40;
}
.AnyTagClassName
{
color: #6FAE40;
}
</style>
background-color css
<style>
a { background-color: #6FAE40; }
a { background-color: rgb(111,174,64); }
div.DivClassName
{
background-color: #6FAE40;
}
.BgClassName
{
background-color: #6FAE40;
}
</style>
border-color css
<style>
span { border-color: #6FAE40; }
span { border-color: rgb(111,174,64); }
td.TdClassName
{
border-color: #6FAE40;
}
.TagClassName
{
border-color: #6FAE40;
}
</style>