Shades of Apple #6FBB4D
Tints of Apple #6FBB4D
RGB
CMYK
RGB Variations
Color information
#6FBB4D (or 0x6FBB4D) is known color: Apple. HEX triplet: 6F, BB and 4D. RGB value is (111,187,77). Sum of RGB (Red+Green+Blue) = 111+187+77=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB4D is #9044B2. Grayscale: #989898. Windows color (decimal): -9454771 or 5094255. OLE color: 5094255.
HSL color Cylindrical-coordinate representation of color #6FBB4D: hue angle of 101.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FBB4D is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 77 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.27 |
| HSL | 101.45º | 0.45% | 0.52% | - |
| HSV(B) | 101.45º | 0.59% | 0.73% | - |
| XYZ | 25.67 | 39.46 | 13.28 | - |
| YUV | 151.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 77 | 0.41 | 0 | 0.59 | 0.27 | 101.45 | 0.45 | 0.52 |
| Hex | 6F | BB | 4D | 29 | 0 | 3B | 1B | 65 | 2D | 34 |
| Octal | 157 | 273 | 115 | 51 | 0 | 73 | 33 | 145 | 55 | 64 |
| Binary | 1101111 | 10111011 | 1001101 | 101001 | 0 | 111011 | 11011 | 1100101 | 101101 | 110100 |
Color Harmonies of #6FBB4D
Complementary color
Monochromatic Colors of #6FBB4D
Black with #6FBB4D
Text Example
Text Example
White with #6FBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB4D; }
p { color: rgb(111,187,77); }
H1.HeaderClassName
{
color: #6FBB4D;
}
.AnyTagClassName
{
color: #6FBB4D;
}
</style>
background-color css
<style>
a { background-color: #6FBB4D; }
a { background-color: rgb(111,187,77); }
div.DivClassName
{
background-color: #6FBB4D;
}
.BgClassName
{
background-color: #6FBB4D;
}
</style>
border-color css
<style>
span { border-color: #6FBB4D; }
span { border-color: rgb(111,187,77); }
td.TdClassName
{
border-color: #6FBB4D;
}
.TagClassName
{
border-color: #6FBB4D;
}
</style>