Shades of Apple #6FA94C
Tints of Apple #6FA94C
RGB
CMYK
RGB Variations
Color information
#6FA94C (or 0x6FA94C) is known color: Apple. HEX triplet: 6F, A9 and 4C. RGB value is (111,169,76). Sum of RGB (Red+Green+Blue) = 111+169+76=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #6FA94C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FA94C is #9056B3. Grayscale: #8D8D8D. Windows color (decimal): -9459380 or 5024111. OLE color: 5024111.
HSL color Cylindrical-coordinate representation of color #6FA94C: hue angle of 97.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA94C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 169 | 76 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.34 |
| HSL | 97.42º | 0.38% | 0.48% | - |
| HSV(B) | 97.42º | 0.55% | 0.66% | - |
| XYZ | 22.05 | 32.28 | 11.91 | - |
| YUV | 141.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 169 | 76 | 0.34 | 0 | 0.55 | 0.34 | 97.42 | 0.38 | 0.48 |
| Hex | 6F | A9 | 4C | 22 | 0 | 37 | 22 | 61 | 26 | 30 |
| Octal | 157 | 251 | 114 | 42 | 0 | 67 | 42 | 141 | 46 | 60 |
| Binary | 1101111 | 10101001 | 1001100 | 100010 | 0 | 110111 | 100010 | 1100001 | 100110 | 110000 |
Color Harmonies of #6FA94C
Complementary color
Monochromatic Colors of #6FA94C
Black with #6FA94C
Text Example
Text Example
White with #6FA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA94C; }
p { color: rgb(111,169,76); }
H1.HeaderClassName
{
color: #6FA94C;
}
.AnyTagClassName
{
color: #6FA94C;
}
</style>
background-color css
<style>
a { background-color: #6FA94C; }
a { background-color: rgb(111,169,76); }
div.DivClassName
{
background-color: #6FA94C;
}
.BgClassName
{
background-color: #6FA94C;
}
</style>
border-color css
<style>
span { border-color: #6FA94C; }
span { border-color: rgb(111,169,76); }
td.TdClassName
{
border-color: #6FA94C;
}
.TagClassName
{
border-color: #6FA94C;
}
</style>