Shades of Apple #6FC040
Tints of Apple #6FC040
RGB
CMYK
RGB Variations
Color information
#6FC040 (or 0x6FC040) is known color: Apple. HEX triplet: 6F, C0 and 40. RGB value is (111,192,64). Sum of RGB (Red+Green+Blue) = 111+192+64=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC040 is #903FBF. Grayscale: #999999. Windows color (decimal): -9453504 or 4243567. OLE color: 4243567.
HSL color Cylindrical-coordinate representation of color #6FC040: hue angle of 97.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FC040 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 64 | - |
| CMYK | 0.42 | 0 | 0.67 | 0.25 |
| HSL | 97.97º | 0.5% | 0.5% | - |
| HSV(B) | 97.97º | 0.67% | 0.75% | - |
| XYZ | 26.33 | 41.45 | 11.46 | - |
| YUV | 153.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 64 | 0.42 | 0 | 0.67 | 0.25 | 97.97 | 0.5 | 0.5 |
| Hex | 6F | C0 | 40 | 2A | 0 | 43 | 19 | 62 | 32 | 32 |
| Octal | 157 | 300 | 100 | 52 | 0 | 103 | 31 | 142 | 62 | 62 |
| Binary | 1101111 | 11000000 | 1000000 | 101010 | 0 | 1000011 | 11001 | 1100010 | 110010 | 110010 |
Color Harmonies of #6FC040
Complementary color
Monochromatic Colors of #6FC040
Black with #6FC040
Text Example
Text Example
White with #6FC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC040; }
p { color: rgb(111,192,64); }
H1.HeaderClassName
{
color: #6FC040;
}
.AnyTagClassName
{
color: #6FC040;
}
</style>
background-color css
<style>
a { background-color: #6FC040; }
a { background-color: rgb(111,192,64); }
div.DivClassName
{
background-color: #6FC040;
}
.BgClassName
{
background-color: #6FC040;
}
</style>
border-color css
<style>
span { border-color: #6FC040; }
span { border-color: rgb(111,192,64); }
td.TdClassName
{
border-color: #6FC040;
}
.TagClassName
{
border-color: #6FC040;
}
</style>