Shades of Apple #6FB94F
Tints of Apple #6FB94F
RGB
CMYK
RGB Variations
Color information
#6FB94F (or 0x6FB94F) is known color: Apple. HEX triplet: 6F, B9 and 4F. RGB value is (111,185,79). Sum of RGB (Red+Green+Blue) = 111+185+79=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB94F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB94F is #9046B0. Grayscale: #979797. Windows color (decimal): -9455281 or 5224815. OLE color: 5224815.
HSL color Cylindrical-coordinate representation of color #6FB94F: hue angle of 101.89º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FB94F is Cyan = 0.4, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 79 | - |
| CMYK | 0.4 | 0 | 0.57 | 0.27 |
| HSL | 101.89º | 0.43% | 0.52% | - |
| HSV(B) | 101.89º | 0.57% | 0.73% | - |
| XYZ | 25.32 | 38.64 | 13.52 | - |
| YUV | 150.79 | 87.48 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 79 | 0.4 | 0 | 0.57 | 0.27 | 101.89 | 0.43 | 0.52 |
| Hex | 6F | B9 | 4F | 28 | 0 | 39 | 1B | 66 | 2B | 34 |
| Octal | 157 | 271 | 117 | 50 | 0 | 71 | 33 | 146 | 53 | 64 |
| Binary | 1101111 | 10111001 | 1001111 | 101000 | 0 | 111001 | 11011 | 1100110 | 101011 | 110100 |
Color Harmonies of #6FB94F
Complementary color
Monochromatic Colors of #6FB94F
Black with #6FB94F
Text Example
Text Example
White with #6FB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB94F; }
p { color: rgb(111,185,79); }
H1.HeaderClassName
{
color: #6FB94F;
}
.AnyTagClassName
{
color: #6FB94F;
}
</style>
background-color css
<style>
a { background-color: #6FB94F; }
a { background-color: rgb(111,185,79); }
div.DivClassName
{
background-color: #6FB94F;
}
.BgClassName
{
background-color: #6FB94F;
}
</style>
border-color css
<style>
span { border-color: #6FB94F; }
span { border-color: rgb(111,185,79); }
td.TdClassName
{
border-color: #6FB94F;
}
.TagClassName
{
border-color: #6FB94F;
}
</style>