Shades of Apple #6FBC4C
Tints of Apple #6FBC4C
RGB
CMYK
RGB Variations
Color information
#6FBC4C (or 0x6FBC4C) is known color: Apple. HEX triplet: 6F, BC and 4C. RGB value is (111,188,76). Sum of RGB (Red+Green+Blue) = 111+188+76=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC4C is #9043B3. Grayscale: #989898. Windows color (decimal): -9454516 or 5028975. OLE color: 5028975.
HSL color Cylindrical-coordinate representation of color #6FBC4C: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FBC4C is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 76 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.26 |
| HSL | 101.25º | 0.46% | 0.52% | - |
| HSV(B) | 101.25º | 0.6% | 0.74% | - |
| XYZ | 25.84 | 39.87 | 13.17 | - |
| YUV | 152.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 76 | 0.41 | 0 | 0.60 | 0.26 | 101.25 | 0.46 | 0.52 |
| Hex | 6F | BC | 4C | 29 | 0 | 3C | 1A | 65 | 2E | 34 |
| Octal | 157 | 274 | 114 | 51 | 0 | 74 | 32 | 145 | 56 | 64 |
| Binary | 1101111 | 10111100 | 1001100 | 101001 | 0 | 111100 | 11010 | 1100101 | 101110 | 110100 |
Color Harmonies of #6FBC4C
Complementary color
Monochromatic Colors of #6FBC4C
Black with #6FBC4C
Text Example
Text Example
White with #6FBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC4C; }
p { color: rgb(111,188,76); }
H1.HeaderClassName
{
color: #6FBC4C;
}
.AnyTagClassName
{
color: #6FBC4C;
}
</style>
background-color css
<style>
a { background-color: #6FBC4C; }
a { background-color: rgb(111,188,76); }
div.DivClassName
{
background-color: #6FBC4C;
}
.BgClassName
{
background-color: #6FBC4C;
}
</style>
border-color css
<style>
span { border-color: #6FBC4C; }
span { border-color: rgb(111,188,76); }
td.TdClassName
{
border-color: #6FBC4C;
}
.TagClassName
{
border-color: #6FBC4C;
}
</style>