Shades of Apple #6FAA3F
Tints of Apple #6FAA3F
RGB
CMYK
RGB Variations
Color information
#6FAA3F (or 0x6FAA3F) is known color: Apple. HEX triplet: 6F, AA and 3F. RGB value is (111,170,63). Sum of RGB (Red+Green+Blue) = 111+170+63=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA3F is #9055C0. Grayscale: #8C8C8C. Windows color (decimal): -9459137 or 4172399. OLE color: 4172399.
HSL color Cylindrical-coordinate representation of color #6FAA3F: hue angle of 93.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FAA3F is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 63 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.33 |
| HSL | 93.08º | 0.46% | 0.46% | - |
| HSV(B) | 93.08º | 0.63% | 0.67% | - |
| XYZ | 21.83 | 32.49 | 9.82 | - |
| YUV | 140.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 63 | 0.35 | 0 | 0.63 | 0.33 | 93.08 | 0.46 | 0.46 |
| Hex | 6F | AA | 3F | 23 | 0 | 3F | 21 | 5D | 2E | 2E |
| Octal | 157 | 252 | 77 | 43 | 0 | 77 | 41 | 135 | 56 | 56 |
| Binary | 1101111 | 10101010 | 111111 | 100011 | 0 | 111111 | 100001 | 1011101 | 101110 | 101110 |
Color Harmonies of #6FAA3F
Complementary color
Monochromatic Colors of #6FAA3F
Black with #6FAA3F
Text Example
Text Example
White with #6FAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA3F; }
p { color: rgb(111,170,63); }
H1.HeaderClassName
{
color: #6FAA3F;
}
.AnyTagClassName
{
color: #6FAA3F;
}
</style>
background-color css
<style>
a { background-color: #6FAA3F; }
a { background-color: rgb(111,170,63); }
div.DivClassName
{
background-color: #6FAA3F;
}
.BgClassName
{
background-color: #6FAA3F;
}
</style>
border-color css
<style>
span { border-color: #6FAA3F; }
span { border-color: rgb(111,170,63); }
td.TdClassName
{
border-color: #6FAA3F;
}
.TagClassName
{
border-color: #6FAA3F;
}
</style>