Shades of Apple #6FAA4B
Tints of Apple #6FAA4B
RGB
CMYK
RGB Variations
Color information
#6FAA4B (or 0x6FAA4B) is known color: Apple. HEX triplet: 6F, AA and 4B. RGB value is (111,170,75). Sum of RGB (Red+Green+Blue) = 111+170+75=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAA4B is #9055B4. Grayscale: #8D8D8D. Windows color (decimal): -9459125 or 4958831. OLE color: 4958831.
HSL color Cylindrical-coordinate representation of color #6FAA4B: hue angle of 97.26º 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 #6FAA4B is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 75 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.33 |
| HSL | 97.26º | 0.39% | 0.48% | - |
| HSV(B) | 97.26º | 0.56% | 0.67% | - |
| XYZ | 22.2 | 32.64 | 11.79 | - |
| YUV | 141.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 75 | 0.35 | 0 | 0.56 | 0.33 | 97.26 | 0.39 | 0.48 |
| Hex | 6F | AA | 4B | 23 | 0 | 38 | 21 | 61 | 27 | 30 |
| Octal | 157 | 252 | 113 | 43 | 0 | 70 | 41 | 141 | 47 | 60 |
| Binary | 1101111 | 10101010 | 1001011 | 100011 | 0 | 111000 | 100001 | 1100001 | 100111 | 110000 |
Color Harmonies of #6FAA4B
Complementary color
Monochromatic Colors of #6FAA4B
Black with #6FAA4B
Text Example
Text Example
White with #6FAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA4B; }
p { color: rgb(111,170,75); }
H1.HeaderClassName
{
color: #6FAA4B;
}
.AnyTagClassName
{
color: #6FAA4B;
}
</style>
background-color css
<style>
a { background-color: #6FAA4B; }
a { background-color: rgb(111,170,75); }
div.DivClassName
{
background-color: #6FAA4B;
}
.BgClassName
{
background-color: #6FAA4B;
}
</style>
border-color css
<style>
span { border-color: #6FAA4B; }
span { border-color: rgb(111,170,75); }
td.TdClassName
{
border-color: #6FAA4B;
}
.TagClassName
{
border-color: #6FAA4B;
}
</style>