Shades of Apple #6FBA3D
Tints of Apple #6FBA3D
RGB
CMYK
RGB Variations
Color information
#6FBA3D (or 0x6FBA3D) is known color: Apple. HEX triplet: 6F, BA and 3D. RGB value is (111,186,61). Sum of RGB (Red+Green+Blue) = 111+186+61=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA3D is #9045C2. Grayscale: #959595. Windows color (decimal): -9455043 or 4045423. OLE color: 4045423.
HSL color Cylindrical-coordinate representation of color #6FBA3D: hue angle of 96º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FBA3D is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 186 | 61 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.27 |
| HSL | 96º | 0.51% | 0.48% | - |
| HSV(B) | 96º | 0.67% | 0.73% | - |
| XYZ | 24.96 | 38.83 | 10.6 | - |
| YUV | 149.33 | 78.15 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 61 | 0.40 | 0 | 0.67 | 0.27 | 96 | 0.51 | 0.48 |
| Hex | 6F | BA | 3D | 28 | 0 | 43 | 1B | 60 | 33 | 30 |
| Octal | 157 | 272 | 75 | 50 | 0 | 103 | 33 | 140 | 63 | 60 |
| Binary | 1101111 | 10111010 | 111101 | 101000 | 0 | 1000011 | 11011 | 1100000 | 110011 | 110000 |
Color Harmonies of #6FBA3D
Complementary color
Monochromatic Colors of #6FBA3D
Black with #6FBA3D
Text Example
Text Example
White with #6FBA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBA3D; }
p { color: rgb(111,186,61); }
H1.HeaderClassName
{
color: #6FBA3D;
}
.AnyTagClassName
{
color: #6FBA3D;
}
</style>
background-color css
<style>
a { background-color: #6FBA3D; }
a { background-color: rgb(111,186,61); }
div.DivClassName
{
background-color: #6FBA3D;
}
.BgClassName
{
background-color: #6FBA3D;
}
</style>
border-color css
<style>
span { border-color: #6FBA3D; }
span { border-color: rgb(111,186,61); }
td.TdClassName
{
border-color: #6FBA3D;
}
.TagClassName
{
border-color: #6FBA3D;
}
</style>