Shades of Apple #6FBD4D
Tints of Apple #6FBD4D
RGB
CMYK
RGB Variations
Color information
#6FBD4D (or 0x6FBD4D) is known color: Apple. HEX triplet: 6F, BD and 4D. RGB value is (111,189,77). Sum of RGB (Red+Green+Blue) = 111+189+77=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #6FBD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBD4D is #9042B2. Grayscale: #999999. Windows color (decimal): -9454259 or 5094767. OLE color: 5094767.
HSL color Cylindrical-coordinate representation of color #6FBD4D: hue angle of 101.79º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6FBD4D is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 189 | 77 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.26 |
| HSL | 101.79º | 0.46% | 0.52% | - |
| HSV(B) | 101.79º | 0.59% | 0.74% | - |
| XYZ | 26.09 | 40.31 | 13.43 | - |
| YUV | 152.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 77 | 0.41 | 0 | 0.59 | 0.26 | 101.79 | 0.46 | 0.52 |
| Hex | 6F | BD | 4D | 29 | 0 | 3B | 1A | 66 | 2E | 34 |
| Octal | 157 | 275 | 115 | 51 | 0 | 73 | 32 | 146 | 56 | 64 |
| Binary | 1101111 | 10111101 | 1001101 | 101001 | 0 | 111011 | 11010 | 1100110 | 101110 | 110100 |
Color Harmonies of #6FBD4D
Complementary color
Monochromatic Colors of #6FBD4D
Black with #6FBD4D
Text Example
Text Example
White with #6FBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBD4D; }
p { color: rgb(111,189,77); }
H1.HeaderClassName
{
color: #6FBD4D;
}
.AnyTagClassName
{
color: #6FBD4D;
}
</style>
background-color css
<style>
a { background-color: #6FBD4D; }
a { background-color: rgb(111,189,77); }
div.DivClassName
{
background-color: #6FBD4D;
}
.BgClassName
{
background-color: #6FBD4D;
}
</style>
border-color css
<style>
span { border-color: #6FBD4D; }
span { border-color: rgb(111,189,77); }
td.TdClassName
{
border-color: #6FBD4D;
}
.TagClassName
{
border-color: #6FBD4D;
}
</style>