Shades of Apple #68D746
Tints of Apple #68D746
RGB
CMYK
RGB Variations
Color information
#68D746 (or 0x68D746) is known color: Apple. HEX triplet: 68, D7 and 46. RGB value is (104,215,70). Sum of RGB (Red+Green+Blue) = 104+215+70=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #68D746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D746 is #9728B9. Grayscale: #A5A5A5. Windows color (decimal): -9906362 or 4642664. OLE color: 4642664.
HSL color Cylindrical-coordinate representation of color #68D746: hue angle of 105.93º 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 #68D746 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 70 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.16 |
| HSL | 105.93º | 0.64% | 0.56% | - |
| HSV(B) | 105.93º | 0.67% | 0.84% | - |
| XYZ | 31.11 | 51.99 | 14.19 | - |
| YUV | 165.28 | 74.23 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 70 | 0.52 | 0 | 0.67 | 0.16 | 105.93 | 0.64 | 0.56 |
| Hex | 68 | D7 | 46 | 34 | 0 | 43 | 10 | 6A | 40 | 38 |
| Octal | 150 | 327 | 106 | 64 | 0 | 103 | 20 | 152 | 100 | 70 |
| Binary | 1101000 | 11010111 | 1000110 | 110100 | 0 | 1000011 | 10000 | 1101010 | 1000000 | 111000 |
Color Harmonies of #68D746
Complementary color
Monochromatic Colors of #68D746
Black with #68D746
Text Example
Text Example
White with #68D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D746; }
p { color: rgb(104,215,70); }
H1.HeaderClassName
{
color: #68D746;
}
.AnyTagClassName
{
color: #68D746;
}
</style>
background-color css
<style>
a { background-color: #68D746; }
a { background-color: rgb(104,215,70); }
div.DivClassName
{
background-color: #68D746;
}
.BgClassName
{
background-color: #68D746;
}
</style>
border-color css
<style>
span { border-color: #68D746; }
span { border-color: rgb(104,215,70); }
td.TdClassName
{
border-color: #68D746;
}
.TagClassName
{
border-color: #68D746;
}
</style>