Shades of Apple #6FAF46
Tints of Apple #6FAF46
RGB
CMYK
RGB Variations
Color information
#6FAF46 (or 0x6FAF46) is known color: Apple. HEX triplet: 6F, AF and 46. RGB value is (111,175,70). Sum of RGB (Red+Green+Blue) = 111+175+70=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF46 is #9050B9. Grayscale: #909090. Windows color (decimal): -9457850 or 4632431. OLE color: 4632431.
HSL color Cylindrical-coordinate representation of color #6FAF46: hue angle of 96.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FAF46 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 70 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.31 |
| HSL | 96.57º | 0.43% | 0.48% | - |
| HSV(B) | 96.57º | 0.6% | 0.69% | - |
| XYZ | 22.99 | 34.48 | 11.24 | - |
| YUV | 143.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 70 | 0.37 | 0 | 0.60 | 0.31 | 96.57 | 0.43 | 0.48 |
| Hex | 6F | AF | 46 | 25 | 0 | 3C | 1F | 61 | 2B | 30 |
| Octal | 157 | 257 | 106 | 45 | 0 | 74 | 37 | 141 | 53 | 60 |
| Binary | 1101111 | 10101111 | 1000110 | 100101 | 0 | 111100 | 11111 | 1100001 | 101011 | 110000 |
Color Harmonies of #6FAF46
Complementary color
Monochromatic Colors of #6FAF46
Black with #6FAF46
Text Example
Text Example
White with #6FAF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF46; }
p { color: rgb(111,175,70); }
H1.HeaderClassName
{
color: #6FAF46;
}
.AnyTagClassName
{
color: #6FAF46;
}
</style>
background-color css
<style>
a { background-color: #6FAF46; }
a { background-color: rgb(111,175,70); }
div.DivClassName
{
background-color: #6FAF46;
}
.BgClassName
{
background-color: #6FAF46;
}
</style>
border-color css
<style>
span { border-color: #6FAF46; }
span { border-color: rgb(111,175,70); }
td.TdClassName
{
border-color: #6FAF46;
}
.TagClassName
{
border-color: #6FAF46;
}
</style>