Shades of Apple #68C745
Tints of Apple #68C745
RGB
CMYK
RGB Variations
Color information
#68C745 (or 0x68C745) is known color: Apple. HEX triplet: 68, C7 and 45. RGB value is (104,199,69). Sum of RGB (Red+Green+Blue) = 104+199+69=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #68C745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C745 is #9738BA. Grayscale: #9C9C9C. Windows color (decimal): -9910459 or 4573032. OLE color: 4573032.
HSL color Cylindrical-coordinate representation of color #68C745: hue angle of 103.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68C745 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 69 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.22 |
| HSL | 103.85º | 0.54% | 0.53% | - |
| HSV(B) | 103.85º | 0.65% | 0.78% | - |
| XYZ | 27.21 | 44.22 | 12.73 | - |
| YUV | 155.78 | 79.03 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 69 | 0.48 | 0 | 0.65 | 0.22 | 103.85 | 0.54 | 0.53 |
| Hex | 68 | C7 | 45 | 30 | 0 | 41 | 16 | 68 | 36 | 35 |
| Octal | 150 | 307 | 105 | 60 | 0 | 101 | 26 | 150 | 66 | 65 |
| Binary | 1101000 | 11000111 | 1000101 | 110000 | 0 | 1000001 | 10110 | 1101000 | 110110 | 110101 |
Color Harmonies of #68C745
Complementary color
Monochromatic Colors of #68C745
Black with #68C745
Text Example
Text Example
White with #68C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C745; }
p { color: rgb(104,199,69); }
H1.HeaderClassName
{
color: #68C745;
}
.AnyTagClassName
{
color: #68C745;
}
</style>
background-color css
<style>
a { background-color: #68C745; }
a { background-color: rgb(104,199,69); }
div.DivClassName
{
background-color: #68C745;
}
.BgClassName
{
background-color: #68C745;
}
</style>
border-color css
<style>
span { border-color: #68C745; }
span { border-color: rgb(104,199,69); }
td.TdClassName
{
border-color: #68C745;
}
.TagClassName
{
border-color: #68C745;
}
</style>