Shades of Apple #68C749
Tints of Apple #68C749
RGB
CMYK
RGB Variations
Color information
#68C749 (or 0x68C749) is known color: Apple. HEX triplet: 68, C7 and 49. RGB value is (104,199,73). Sum of RGB (Red+Green+Blue) = 104+199+73=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #68C749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C749 is #9738B6. Grayscale: #9C9C9C. Windows color (decimal): -9910455 or 4835176. OLE color: 4835176.
HSL color Cylindrical-coordinate representation of color #68C749: hue angle of 105.24º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68C749 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 73 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.22 |
| HSL | 105.24º | 0.53% | 0.53% | - |
| HSV(B) | 105.24º | 0.63% | 0.78% | - |
| XYZ | 27.33 | 44.27 | 13.41 | - |
| YUV | 156.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 73 | 0.48 | 0 | 0.63 | 0.22 | 105.24 | 0.53 | 0.53 |
| Hex | 68 | C7 | 49 | 30 | 0 | 3F | 16 | 69 | 35 | 35 |
| Octal | 150 | 307 | 111 | 60 | 0 | 77 | 26 | 151 | 65 | 65 |
| Binary | 1101000 | 11000111 | 1001001 | 110000 | 0 | 111111 | 10110 | 1101001 | 110101 | 110101 |
Color Harmonies of #68C749
Complementary color
Monochromatic Colors of #68C749
Black with #68C749
Text Example
Text Example
White with #68C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C749; }
p { color: rgb(104,199,73); }
H1.HeaderClassName
{
color: #68C749;
}
.AnyTagClassName
{
color: #68C749;
}
</style>
background-color css
<style>
a { background-color: #68C749; }
a { background-color: rgb(104,199,73); }
div.DivClassName
{
background-color: #68C749;
}
.BgClassName
{
background-color: #68C749;
}
</style>
border-color css
<style>
span { border-color: #68C749; }
span { border-color: rgb(104,199,73); }
td.TdClassName
{
border-color: #68C749;
}
.TagClassName
{
border-color: #68C749;
}
</style>