Shades of Apple #6FAB4C
Tints of Apple #6FAB4C
RGB
CMYK
RGB Variations
Color information
#6FAB4C (or 0x6FAB4C) is known color: Apple. HEX triplet: 6F, AB and 4C. RGB value is (111,171,76). Sum of RGB (Red+Green+Blue) = 111+171+76=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FAB4C is #9054B3. Grayscale: #8E8E8E. Windows color (decimal): -9458868 or 5024623. OLE color: 5024623.
HSL color Cylindrical-coordinate representation of color #6FAB4C: hue angle of 97.89º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAB4C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 76 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.33 |
| HSL | 97.89º | 0.38% | 0.48% | - |
| HSV(B) | 97.89º | 0.56% | 0.67% | - |
| XYZ | 22.42 | 33.03 | 12.03 | - |
| YUV | 142.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 76 | 0.35 | 0 | 0.56 | 0.33 | 97.89 | 0.38 | 0.48 |
| Hex | 6F | AB | 4C | 23 | 0 | 38 | 21 | 62 | 26 | 30 |
| Octal | 157 | 253 | 114 | 43 | 0 | 70 | 41 | 142 | 46 | 60 |
| Binary | 1101111 | 10101011 | 1001100 | 100011 | 0 | 111000 | 100001 | 1100010 | 100110 | 110000 |
Color Harmonies of #6FAB4C
Complementary color
Monochromatic Colors of #6FAB4C
Black with #6FAB4C
Text Example
Text Example
White with #6FAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB4C; }
p { color: rgb(111,171,76); }
H1.HeaderClassName
{
color: #6FAB4C;
}
.AnyTagClassName
{
color: #6FAB4C;
}
</style>
background-color css
<style>
a { background-color: #6FAB4C; }
a { background-color: rgb(111,171,76); }
div.DivClassName
{
background-color: #6FAB4C;
}
.BgClassName
{
background-color: #6FAB4C;
}
</style>
border-color css
<style>
span { border-color: #6FAB4C; }
span { border-color: rgb(111,171,76); }
td.TdClassName
{
border-color: #6FAB4C;
}
.TagClassName
{
border-color: #6FAB4C;
}
</style>