Shades of Apple #6FBA4A
Tints of Apple #6FBA4A
RGB
CMYK
RGB Variations
Color information
#6FBA4A (or 0x6FBA4A) is known color: Apple. HEX triplet: 6F, BA and 4A. RGB value is (111,186,74). Sum of RGB (Red+Green+Blue) = 111+186+74=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA4A is #9045B5. Grayscale: #979797. Windows color (decimal): -9455030 or 4897391. OLE color: 4897391.
HSL color Cylindrical-coordinate representation of color #6FBA4A: hue angle of 100.18º degrees, saturation: 0.45, 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 #6FBA4A is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 74 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.27 |
| HSL | 100.18º | 0.45% | 0.51% | - |
| HSV(B) | 100.18º | 0.6% | 0.73% | - |
| XYZ | 25.35 | 38.99 | 12.67 | - |
| YUV | 150.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 74 | 0.40 | 0 | 0.60 | 0.27 | 100.18 | 0.45 | 0.51 |
| Hex | 6F | BA | 4A | 28 | 0 | 3C | 1B | 64 | 2D | 33 |
| Octal | 157 | 272 | 112 | 50 | 0 | 74 | 33 | 144 | 55 | 63 |
| Binary | 1101111 | 10111010 | 1001010 | 101000 | 0 | 111100 | 11011 | 1100100 | 101101 | 110011 |
Color Harmonies of #6FBA4A
Complementary color
Monochromatic Colors of #6FBA4A
Black with #6FBA4A
Text Example
Text Example
White with #6FBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA4A; }
p { color: rgb(111,186,74); }
H1.HeaderClassName
{
color: #6FBA4A;
}
.AnyTagClassName
{
color: #6FBA4A;
}
</style>
background-color css
<style>
a { background-color: #6FBA4A; }
a { background-color: rgb(111,186,74); }
div.DivClassName
{
background-color: #6FBA4A;
}
.BgClassName
{
background-color: #6FBA4A;
}
</style>
border-color css
<style>
span { border-color: #6FBA4A; }
span { border-color: rgb(111,186,74); }
td.TdClassName
{
border-color: #6FBA4A;
}
.TagClassName
{
border-color: #6FBA4A;
}
</style>