Shades of Apple #6FA942
Tints of Apple #6FA942
RGB
CMYK
RGB Variations
Color information
#6FA942 (or 0x6FA942) is known color: Apple. HEX triplet: 6F, A9 and 42. RGB value is (111,169,66). Sum of RGB (Red+Green+Blue) = 111+169+66=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA942 is #9056BD. Grayscale: #8C8C8C. Windows color (decimal): -9459390 or 4368751. OLE color: 4368751.
HSL color Cylindrical-coordinate representation of color #6FA942: hue angle of 93.79º 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 #6FA942 is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 66 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.34 |
| HSL | 93.79º | 0.44% | 0.46% | - |
| HSV(B) | 93.79º | 0.61% | 0.66% | - |
| XYZ | 21.73 | 32.15 | 10.21 | - |
| YUV | 139.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 66 | 0.34 | 0 | 0.61 | 0.34 | 93.79 | 0.44 | 0.46 |
| Hex | 6F | A9 | 42 | 22 | 0 | 3D | 22 | 5E | 2C | 2E |
| Octal | 157 | 251 | 102 | 42 | 0 | 75 | 42 | 136 | 54 | 56 |
| Binary | 1101111 | 10101001 | 1000010 | 100010 | 0 | 111101 | 100010 | 1011110 | 101100 | 101110 |
Color Harmonies of #6FA942
Complementary color
Monochromatic Colors of #6FA942
Black with #6FA942
Text Example
Text Example
White with #6FA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA942; }
p { color: rgb(111,169,66); }
H1.HeaderClassName
{
color: #6FA942;
}
.AnyTagClassName
{
color: #6FA942;
}
</style>
background-color css
<style>
a { background-color: #6FA942; }
a { background-color: rgb(111,169,66); }
div.DivClassName
{
background-color: #6FA942;
}
.BgClassName
{
background-color: #6FA942;
}
</style>
border-color css
<style>
span { border-color: #6FA942; }
span { border-color: rgb(111,169,66); }
td.TdClassName
{
border-color: #6FA942;
}
.TagClassName
{
border-color: #6FA942;
}
</style>