Shades of Apple #6FBC45
Tints of Apple #6FBC45
RGB
CMYK
RGB Variations
Color information
#6FBC45 (or 0x6FBC45) is known color: Apple. HEX triplet: 6F, BC and 45. RGB value is (111,188,69). Sum of RGB (Red+Green+Blue) = 111+188+69=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC45 is #9043BA. Grayscale: #979797. Windows color (decimal): -9454523 or 4570223. OLE color: 4570223.
HSL color Cylindrical-coordinate representation of color #6FBC45: hue angle of 98.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6FBC45 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 69 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.26 |
| HSL | 98.82º | 0.47% | 0.5% | - |
| HSV(B) | 98.82º | 0.63% | 0.74% | - |
| XYZ | 25.61 | 39.78 | 11.96 | - |
| YUV | 151.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 69 | 0.41 | 0 | 0.63 | 0.26 | 98.82 | 0.47 | 0.5 |
| Hex | 6F | BC | 45 | 29 | 0 | 3F | 1A | 63 | 2F | 32 |
| Octal | 157 | 274 | 105 | 51 | 0 | 77 | 32 | 143 | 57 | 62 |
| Binary | 1101111 | 10111100 | 1000101 | 101001 | 0 | 111111 | 11010 | 1100011 | 101111 | 110010 |
Color Harmonies of #6FBC45
Complementary color
Monochromatic Colors of #6FBC45
Black with #6FBC45
Text Example
Text Example
White with #6FBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC45; }
p { color: rgb(111,188,69); }
H1.HeaderClassName
{
color: #6FBC45;
}
.AnyTagClassName
{
color: #6FBC45;
}
</style>
background-color css
<style>
a { background-color: #6FBC45; }
a { background-color: rgb(111,188,69); }
div.DivClassName
{
background-color: #6FBC45;
}
.BgClassName
{
background-color: #6FBC45;
}
</style>
border-color css
<style>
span { border-color: #6FBC45; }
span { border-color: rgb(111,188,69); }
td.TdClassName
{
border-color: #6FBC45;
}
.TagClassName
{
border-color: #6FBC45;
}
</style>