Shades of Apple #6FAA4A
Tints of Apple #6FAA4A
RGB
CMYK
RGB Variations
Color information
#6FAA4A (or 0x6FAA4A) is known color: Apple. HEX triplet: 6F, AA and 4A. RGB value is (111,170,74). Sum of RGB (Red+Green+Blue) = 111+170+74=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA4A is #9055B5. Grayscale: #8D8D8D. Windows color (decimal): -9459126 or 4893295. OLE color: 4893295.
HSL color Cylindrical-coordinate representation of color #6FAA4A: hue angle of 96.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAA4A is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 74 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.33 |
| HSL | 96.88º | 0.39% | 0.48% | - |
| HSV(B) | 96.88º | 0.56% | 0.67% | - |
| XYZ | 22.17 | 32.62 | 11.61 | - |
| YUV | 141.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 74 | 0.35 | 0 | 0.56 | 0.33 | 96.88 | 0.39 | 0.48 |
| Hex | 6F | AA | 4A | 23 | 0 | 38 | 21 | 61 | 27 | 30 |
| Octal | 157 | 252 | 112 | 43 | 0 | 70 | 41 | 141 | 47 | 60 |
| Binary | 1101111 | 10101010 | 1001010 | 100011 | 0 | 111000 | 100001 | 1100001 | 100111 | 110000 |
Color Harmonies of #6FAA4A
Complementary color
Monochromatic Colors of #6FAA4A
Black with #6FAA4A
Text Example
Text Example
White with #6FAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA4A; }
p { color: rgb(111,170,74); }
H1.HeaderClassName
{
color: #6FAA4A;
}
.AnyTagClassName
{
color: #6FAA4A;
}
</style>
background-color css
<style>
a { background-color: #6FAA4A; }
a { background-color: rgb(111,170,74); }
div.DivClassName
{
background-color: #6FAA4A;
}
.BgClassName
{
background-color: #6FAA4A;
}
</style>
border-color css
<style>
span { border-color: #6FAA4A; }
span { border-color: rgb(111,170,74); }
td.TdClassName
{
border-color: #6FAA4A;
}
.TagClassName
{
border-color: #6FAA4A;
}
</style>