Shades of Apple #6FAF41
Tints of Apple #6FAF41
RGB
CMYK
RGB Variations
Color information
#6FAF41 (or 0x6FAF41) is known color: Apple. HEX triplet: 6F, AF and 41. RGB value is (111,175,65). Sum of RGB (Red+Green+Blue) = 111+175+65=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF41 is #9050BE. Grayscale: #8F8F8F. Windows color (decimal): -9457855 or 4304751. OLE color: 4304751.
HSL color Cylindrical-coordinate representation of color #6FAF41: hue angle of 94.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FAF41 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 65 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.31 |
| HSL | 94.91º | 0.46% | 0.47% | - |
| HSV(B) | 94.91º | 0.63% | 0.69% | - |
| XYZ | 22.84 | 34.42 | 10.44 | - |
| YUV | 143.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 65 | 0.37 | 0 | 0.63 | 0.31 | 94.91 | 0.46 | 0.47 |
| Hex | 6F | AF | 41 | 25 | 0 | 3F | 1F | 5F | 2E | 2F |
| Octal | 157 | 257 | 101 | 45 | 0 | 77 | 37 | 137 | 56 | 57 |
| Binary | 1101111 | 10101111 | 1000001 | 100101 | 0 | 111111 | 11111 | 1011111 | 101110 | 101111 |
Color Harmonies of #6FAF41
Complementary color
Monochromatic Colors of #6FAF41
Black with #6FAF41
Text Example
Text Example
White with #6FAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF41; }
p { color: rgb(111,175,65); }
H1.HeaderClassName
{
color: #6FAF41;
}
.AnyTagClassName
{
color: #6FAF41;
}
</style>
background-color css
<style>
a { background-color: #6FAF41; }
a { background-color: rgb(111,175,65); }
div.DivClassName
{
background-color: #6FAF41;
}
.BgClassName
{
background-color: #6FAF41;
}
</style>
border-color css
<style>
span { border-color: #6FAF41; }
span { border-color: rgb(111,175,65); }
td.TdClassName
{
border-color: #6FAF41;
}
.TagClassName
{
border-color: #6FAF41;
}
</style>