Shades of Apple #68D748
Tints of Apple #68D748
RGB
CMYK
RGB Variations
Color information
#68D748 (or 0x68D748) is known color: Apple. HEX triplet: 68, D7 and 48. RGB value is (104,215,72). Sum of RGB (Red+Green+Blue) = 104+215+72=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #68D748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D748 is #9728B7. Grayscale: #A5A5A5. Windows color (decimal): -9906360 or 4773736. OLE color: 4773736.
HSL color Cylindrical-coordinate representation of color #68D748: hue angle of 106.57º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68D748 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 72 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.16 |
| HSL | 106.57º | 0.64% | 0.56% | - |
| HSV(B) | 106.57º | 0.67% | 0.84% | - |
| XYZ | 31.18 | 52.01 | 14.53 | - |
| YUV | 165.51 | 75.23 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 72 | 0.52 | 0 | 0.67 | 0.16 | 106.57 | 0.64 | 0.56 |
| Hex | 68 | D7 | 48 | 34 | 0 | 43 | 10 | 6B | 40 | 38 |
| Octal | 150 | 327 | 110 | 64 | 0 | 103 | 20 | 153 | 100 | 70 |
| Binary | 1101000 | 11010111 | 1001000 | 110100 | 0 | 1000011 | 10000 | 1101011 | 1000000 | 111000 |
Color Harmonies of #68D748
Complementary color
Monochromatic Colors of #68D748
Black with #68D748
Text Example
Text Example
White with #68D748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D748; }
p { color: rgb(104,215,72); }
H1.HeaderClassName
{
color: #68D748;
}
.AnyTagClassName
{
color: #68D748;
}
</style>
background-color css
<style>
a { background-color: #68D748; }
a { background-color: rgb(104,215,72); }
div.DivClassName
{
background-color: #68D748;
}
.BgClassName
{
background-color: #68D748;
}
</style>
border-color css
<style>
span { border-color: #68D748; }
span { border-color: rgb(104,215,72); }
td.TdClassName
{
border-color: #68D748;
}
.TagClassName
{
border-color: #68D748;
}
</style>