Shades of Apple #6FB94A
Tints of Apple #6FB94A
RGB
CMYK
RGB Variations
Color information
#6FB94A (or 0x6FB94A) is known color: Apple. HEX triplet: 6F, B9 and 4A. RGB value is (111,185,74). Sum of RGB (Red+Green+Blue) = 111+185+74=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB94A is #9046B5. Grayscale: #969696. Windows color (decimal): -9455286 or 4897135. OLE color: 4897135.
HSL color Cylindrical-coordinate representation of color #6FB94A: hue angle of 100º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FB94A is Cyan = 0.4, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 74 | - |
| CMYK | 0.4 | 0 | 0.6 | 0.27 |
| HSL | 100º | 0.44% | 0.51% | - |
| HSV(B) | 100º | 0.6% | 0.73% | - |
| XYZ | 25.14 | 38.57 | 12.6 | - |
| YUV | 150.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 74 | 0.4 | 0 | 0.6 | 0.27 | 100 | 0.44 | 0.51 |
| Hex | 6F | B9 | 4A | 28 | 0 | 3C | 1B | 64 | 2C | 33 |
| Octal | 157 | 271 | 112 | 50 | 0 | 74 | 33 | 144 | 54 | 63 |
| Binary | 1101111 | 10111001 | 1001010 | 101000 | 0 | 111100 | 11011 | 1100100 | 101100 | 110011 |
Color Harmonies of #6FB94A
Complementary color
Monochromatic Colors of #6FB94A
Black with #6FB94A
Text Example
Text Example
White with #6FB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB94A; }
p { color: rgb(111,185,74); }
H1.HeaderClassName
{
color: #6FB94A;
}
.AnyTagClassName
{
color: #6FB94A;
}
</style>
background-color css
<style>
a { background-color: #6FB94A; }
a { background-color: rgb(111,185,74); }
div.DivClassName
{
background-color: #6FB94A;
}
.BgClassName
{
background-color: #6FB94A;
}
</style>
border-color css
<style>
span { border-color: #6FB94A; }
span { border-color: rgb(111,185,74); }
td.TdClassName
{
border-color: #6FB94A;
}
.TagClassName
{
border-color: #6FB94A;
}
</style>