Shades of Apple #6FBF4D
Tints of Apple #6FBF4D
RGB
CMYK
RGB Variations
Color information
#6FBF4D (or 0x6FBF4D) is known color: Apple. HEX triplet: 6F, BF and 4D. RGB value is (111,191,77). Sum of RGB (Red+Green+Blue) = 111+191+77=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF4D is #9040B2. Grayscale: #9A9A9A. Windows color (decimal): -9453747 or 5095279. OLE color: 5095279.
HSL color Cylindrical-coordinate representation of color #6FBF4D: hue angle of 102.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FBF4D is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 77 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.25 |
| HSL | 102.11º | 0.47% | 0.53% | - |
| HSV(B) | 102.11º | 0.6% | 0.75% | - |
| XYZ | 26.53 | 41.18 | 13.57 | - |
| YUV | 154.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 77 | 0.42 | 0 | 0.60 | 0.25 | 102.11 | 0.47 | 0.53 |
| Hex | 6F | BF | 4D | 2A | 0 | 3C | 19 | 66 | 2F | 35 |
| Octal | 157 | 277 | 115 | 52 | 0 | 74 | 31 | 146 | 57 | 65 |
| Binary | 1101111 | 10111111 | 1001101 | 101010 | 0 | 111100 | 11001 | 1100110 | 101111 | 110101 |
Color Harmonies of #6FBF4D
Complementary color
Monochromatic Colors of #6FBF4D
Black with #6FBF4D
Text Example
Text Example
White with #6FBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF4D; }
p { color: rgb(111,191,77); }
H1.HeaderClassName
{
color: #6FBF4D;
}
.AnyTagClassName
{
color: #6FBF4D;
}
</style>
background-color css
<style>
a { background-color: #6FBF4D; }
a { background-color: rgb(111,191,77); }
div.DivClassName
{
background-color: #6FBF4D;
}
.BgClassName
{
background-color: #6FBF4D;
}
</style>
border-color css
<style>
span { border-color: #6FBF4D; }
span { border-color: rgb(111,191,77); }
td.TdClassName
{
border-color: #6FBF4D;
}
.TagClassName
{
border-color: #6FBF4D;
}
</style>