Shades of Apple #6FB94C
Tints of Apple #6FB94C
RGB
CMYK
RGB Variations
Color information
#6FB94C (or 0x6FB94C) is known color: Apple. HEX triplet: 6F, B9 and 4C. RGB value is (111,185,76). Sum of RGB (Red+Green+Blue) = 111+185+76=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB94C is #9046B3. Grayscale: #969696. Windows color (decimal): -9455284 or 5028207. OLE color: 5028207.
HSL color Cylindrical-coordinate representation of color #6FB94C: hue angle of 100.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FB94C is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 76 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.27 |
| HSL | 100.73º | 0.44% | 0.51% | - |
| HSV(B) | 100.73º | 0.59% | 0.73% | - |
| XYZ | 25.21 | 38.6 | 12.96 | - |
| YUV | 150.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 76 | 0.4 | 0 | 0.59 | 0.27 | 100.73 | 0.44 | 0.51 |
| Hex | 6F | B9 | 4C | 28 | 0 | 3B | 1B | 65 | 2C | 33 |
| Octal | 157 | 271 | 114 | 50 | 0 | 73 | 33 | 145 | 54 | 63 |
| Binary | 1101111 | 10111001 | 1001100 | 101000 | 0 | 111011 | 11011 | 1100101 | 101100 | 110011 |
Color Harmonies of #6FB94C
Complementary color
Monochromatic Colors of #6FB94C
Black with #6FB94C
Text Example
Text Example
White with #6FB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB94C; }
p { color: rgb(111,185,76); }
H1.HeaderClassName
{
color: #6FB94C;
}
.AnyTagClassName
{
color: #6FB94C;
}
</style>
background-color css
<style>
a { background-color: #6FB94C; }
a { background-color: rgb(111,185,76); }
div.DivClassName
{
background-color: #6FB94C;
}
.BgClassName
{
background-color: #6FB94C;
}
</style>
border-color css
<style>
span { border-color: #6FB94C; }
span { border-color: rgb(111,185,76); }
td.TdClassName
{
border-color: #6FB94C;
}
.TagClassName
{
border-color: #6FB94C;
}
</style>