Shades of Apple #6FBC44
Tints of Apple #6FBC44
RGB
CMYK
RGB Variations
Color information
#6FBC44 (or 0x6FBC44) is known color: Apple. HEX triplet: 6F, BC and 44. RGB value is (111,188,68). Sum of RGB (Red+Green+Blue) = 111+188+68=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC44 is #9043BB. Grayscale: #979797. Windows color (decimal): -9454524 or 4504687. OLE color: 4504687.
HSL color Cylindrical-coordinate representation of color #6FBC44: hue angle of 98.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6FBC44 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 68 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.26 |
| HSL | 98.5º | 0.47% | 0.5% | - |
| HSV(B) | 98.5º | 0.64% | 0.74% | - |
| XYZ | 25.58 | 39.76 | 11.8 | - |
| YUV | 151.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 68 | 0.41 | 0 | 0.64 | 0.26 | 98.5 | 0.47 | 0.5 |
| Hex | 6F | BC | 44 | 29 | 0 | 40 | 1A | 62 | 2F | 32 |
| Octal | 157 | 274 | 104 | 51 | 0 | 100 | 32 | 142 | 57 | 62 |
| Binary | 1101111 | 10111100 | 1000100 | 101001 | 0 | 1000000 | 11010 | 1100010 | 101111 | 110010 |
Color Harmonies of #6FBC44
Complementary color
Monochromatic Colors of #6FBC44
Black with #6FBC44
Text Example
Text Example
White with #6FBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC44; }
p { color: rgb(111,188,68); }
H1.HeaderClassName
{
color: #6FBC44;
}
.AnyTagClassName
{
color: #6FBC44;
}
</style>
background-color css
<style>
a { background-color: #6FBC44; }
a { background-color: rgb(111,188,68); }
div.DivClassName
{
background-color: #6FBC44;
}
.BgClassName
{
background-color: #6FBC44;
}
</style>
border-color css
<style>
span { border-color: #6FBC44; }
span { border-color: rgb(111,188,68); }
td.TdClassName
{
border-color: #6FBC44;
}
.TagClassName
{
border-color: #6FBC44;
}
</style>