Shades of Apple #68C757
Tints of Apple #68C757
RGB
CMYK
RGB Variations
Color information
#68C757 (or 0x68C757) is known color: Apple. HEX triplet: 68, C7 and 57. RGB value is (104,199,87). Sum of RGB (Red+Green+Blue) = 104+199+87=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #68C757 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C757 is #9738A8. Grayscale: #9E9E9E. Windows color (decimal): -9910441 or 5752680. OLE color: 5752680.
HSL color Cylindrical-coordinate representation of color #68C757: hue angle of 110.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C757 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 87 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.22 |
| HSL | 110.89º | 0.5% | 0.56% | - |
| HSV(B) | 110.89º | 0.56% | 0.78% | - |
| XYZ | 27.85 | 44.48 | 16.13 | - |
| YUV | 157.83 | 88.03 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 87 | 0.48 | 0 | 0.56 | 0.22 | 110.89 | 0.5 | 0.56 |
| Hex | 68 | C7 | 57 | 30 | 0 | 38 | 16 | 6F | 32 | 38 |
| Octal | 150 | 307 | 127 | 60 | 0 | 70 | 26 | 157 | 62 | 70 |
| Binary | 1101000 | 11000111 | 1010111 | 110000 | 0 | 111000 | 10110 | 1101111 | 110010 | 111000 |
Color Harmonies of #68C757
Complementary color
Monochromatic Colors of #68C757
Black with #68C757
Text Example
Text Example
White with #68C757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C757; }
p { color: rgb(104,199,87); }
H1.HeaderClassName
{
color: #68C757;
}
.AnyTagClassName
{
color: #68C757;
}
</style>
background-color css
<style>
a { background-color: #68C757; }
a { background-color: rgb(104,199,87); }
div.DivClassName
{
background-color: #68C757;
}
.BgClassName
{
background-color: #68C757;
}
</style>
border-color css
<style>
span { border-color: #68C757; }
span { border-color: rgb(104,199,87); }
td.TdClassName
{
border-color: #68C757;
}
.TagClassName
{
border-color: #68C757;
}
</style>