Shades of Apple #6FAF44
Tints of Apple #6FAF44
RGB
CMYK
RGB Variations
Color information
#6FAF44 (or 0x6FAF44) is known color: Apple. HEX triplet: 6F, AF and 44. RGB value is (111,175,68). Sum of RGB (Red+Green+Blue) = 111+175+68=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAF44 is #9050BB. Grayscale: #909090. Windows color (decimal): -9457852 or 4501359. OLE color: 4501359.
HSL color Cylindrical-coordinate representation of color #6FAF44: hue angle of 95.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FAF44 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 68 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.31 |
| HSL | 95.89º | 0.44% | 0.48% | - |
| HSV(B) | 95.89º | 0.61% | 0.69% | - |
| XYZ | 22.93 | 34.46 | 10.91 | - |
| YUV | 143.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 68 | 0.37 | 0 | 0.61 | 0.31 | 95.89 | 0.44 | 0.48 |
| Hex | 6F | AF | 44 | 25 | 0 | 3D | 1F | 60 | 2C | 30 |
| Octal | 157 | 257 | 104 | 45 | 0 | 75 | 37 | 140 | 54 | 60 |
| Binary | 1101111 | 10101111 | 1000100 | 100101 | 0 | 111101 | 11111 | 1100000 | 101100 | 110000 |
Color Harmonies of #6FAF44
Complementary color
Monochromatic Colors of #6FAF44
Black with #6FAF44
Text Example
Text Example
White with #6FAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF44; }
p { color: rgb(111,175,68); }
H1.HeaderClassName
{
color: #6FAF44;
}
.AnyTagClassName
{
color: #6FAF44;
}
</style>
background-color css
<style>
a { background-color: #6FAF44; }
a { background-color: rgb(111,175,68); }
div.DivClassName
{
background-color: #6FAF44;
}
.BgClassName
{
background-color: #6FAF44;
}
</style>
border-color css
<style>
span { border-color: #6FAF44; }
span { border-color: rgb(111,175,68); }
td.TdClassName
{
border-color: #6FAF44;
}
.TagClassName
{
border-color: #6FAF44;
}
</style>