Shades of Apple #68C740
Tints of Apple #68C740
RGB
CMYK
RGB Variations
Color information
#68C740 (or 0x68C740) is known color: Apple. HEX triplet: 68, C7 and 40. RGB value is (104,199,64). Sum of RGB (Red+Green+Blue) = 104+199+64=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #68C740 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C740 is #9738BF. Grayscale: #9B9B9B. Windows color (decimal): -9910464 or 4245352. OLE color: 4245352.
HSL color Cylindrical-coordinate representation of color #68C740: hue angle of 102.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68C740 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 64 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.22 |
| HSL | 102.22º | 0.55% | 0.52% | - |
| HSV(B) | 102.22º | 0.68% | 0.78% | - |
| XYZ | 27.06 | 44.16 | 11.95 | - |
| YUV | 155.21 | 76.53 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 64 | 0.48 | 0 | 0.68 | 0.22 | 102.22 | 0.55 | 0.52 |
| Hex | 68 | C7 | 40 | 30 | 0 | 44 | 16 | 66 | 37 | 34 |
| Octal | 150 | 307 | 100 | 60 | 0 | 104 | 26 | 146 | 67 | 64 |
| Binary | 1101000 | 11000111 | 1000000 | 110000 | 0 | 1000100 | 10110 | 1100110 | 110111 | 110100 |
Color Harmonies of #68C740
Complementary color
Monochromatic Colors of #68C740
Black with #68C740
Text Example
Text Example
White with #68C740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C740; }
p { color: rgb(104,199,64); }
H1.HeaderClassName
{
color: #68C740;
}
.AnyTagClassName
{
color: #68C740;
}
</style>
background-color css
<style>
a { background-color: #68C740; }
a { background-color: rgb(104,199,64); }
div.DivClassName
{
background-color: #68C740;
}
.BgClassName
{
background-color: #68C740;
}
</style>
border-color css
<style>
span { border-color: #68C740; }
span { border-color: rgb(104,199,64); }
td.TdClassName
{
border-color: #68C740;
}
.TagClassName
{
border-color: #68C740;
}
</style>