Shades of Apple #68C753
Tints of Apple #68C753
RGB
CMYK
RGB Variations
Color information
#68C753 (or 0x68C753) is known color: Apple. HEX triplet: 68, C7 and 53. RGB value is (104,199,83). Sum of RGB (Red+Green+Blue) = 104+199+83=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #68C753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C753 is #9738AC. Grayscale: #9D9D9D. Windows color (decimal): -9910445 or 5490536. OLE color: 5490536.
HSL color Cylindrical-coordinate representation of color #68C753: hue angle of 109.14º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C753 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 83 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.22 |
| HSL | 109.14º | 0.51% | 0.55% | - |
| HSV(B) | 109.14º | 0.58% | 0.78% | - |
| XYZ | 27.69 | 44.41 | 15.3 | - |
| YUV | 157.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 83 | 0.48 | 0 | 0.58 | 0.22 | 109.14 | 0.51 | 0.55 |
| Hex | 68 | C7 | 53 | 30 | 0 | 3A | 16 | 6D | 33 | 37 |
| Octal | 150 | 307 | 123 | 60 | 0 | 72 | 26 | 155 | 63 | 67 |
| Binary | 1101000 | 11000111 | 1010011 | 110000 | 0 | 111010 | 10110 | 1101101 | 110011 | 110111 |
Color Harmonies of #68C753
Complementary color
Monochromatic Colors of #68C753
Black with #68C753
Text Example
Text Example
White with #68C753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C753; }
p { color: rgb(104,199,83); }
H1.HeaderClassName
{
color: #68C753;
}
.AnyTagClassName
{
color: #68C753;
}
</style>
background-color css
<style>
a { background-color: #68C753; }
a { background-color: rgb(104,199,83); }
div.DivClassName
{
background-color: #68C753;
}
.BgClassName
{
background-color: #68C753;
}
</style>
border-color css
<style>
span { border-color: #68C753; }
span { border-color: rgb(104,199,83); }
td.TdClassName
{
border-color: #68C753;
}
.TagClassName
{
border-color: #68C753;
}
</style>