Shades of Apple #6FA842
Tints of Apple #6FA842
RGB
CMYK
RGB Variations
Color information
#6FA842 (or 0x6FA842) is known color: Apple. HEX triplet: 6F, A8 and 42. RGB value is (111,168,66). Sum of RGB (Red+Green+Blue) = 111+168+66=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA842 is #9057BD. Grayscale: #8B8B8B. Windows color (decimal): -9459646 or 4368495. OLE color: 4368495.
HSL color Cylindrical-coordinate representation of color #6FA842: hue angle of 93.53º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FA842 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 66 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.34 |
| HSL | 93.53º | 0.44% | 0.46% | - |
| HSV(B) | 93.53º | 0.61% | 0.66% | - |
| XYZ | 21.54 | 31.78 | 10.15 | - |
| YUV | 139.33 | 86.62 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 66 | 0.34 | 0 | 0.61 | 0.34 | 93.53 | 0.44 | 0.46 |
| Hex | 6F | A8 | 42 | 22 | 0 | 3D | 22 | 5E | 2C | 2E |
| Octal | 157 | 250 | 102 | 42 | 0 | 75 | 42 | 136 | 54 | 56 |
| Binary | 1101111 | 10101000 | 1000010 | 100010 | 0 | 111101 | 100010 | 1011110 | 101100 | 101110 |
Color Harmonies of #6FA842
Complementary color
Monochromatic Colors of #6FA842
Black with #6FA842
Text Example
Text Example
White with #6FA842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA842; }
p { color: rgb(111,168,66); }
H1.HeaderClassName
{
color: #6FA842;
}
.AnyTagClassName
{
color: #6FA842;
}
</style>
background-color css
<style>
a { background-color: #6FA842; }
a { background-color: rgb(111,168,66); }
div.DivClassName
{
background-color: #6FA842;
}
.BgClassName
{
background-color: #6FA842;
}
</style>
border-color css
<style>
span { border-color: #6FA842; }
span { border-color: rgb(111,168,66); }
td.TdClassName
{
border-color: #6FA842;
}
.TagClassName
{
border-color: #6FA842;
}
</style>