Shades of Apple #68C64D
Tints of Apple #68C64D
RGB
CMYK
RGB Variations
Color information
#68C64D (or 0x68C64D) is known color: Apple. HEX triplet: 68, C6 and 4D. RGB value is (104,198,77). Sum of RGB (Red+Green+Blue) = 104+198+77=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #68C64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C64D is #9739B2. Grayscale: #9C9C9C. Windows color (decimal): -9910707 or 5097064. OLE color: 5097064.
HSL color Cylindrical-coordinate representation of color #68C64D: hue angle of 106.61º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68C64D is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 198 | 77 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.22 |
| HSL | 106.61º | 0.51% | 0.54% | - |
| HSV(B) | 106.61º | 0.61% | 0.78% | - |
| XYZ | 27.24 | 43.87 | 14.05 | - |
| YUV | 156.1 | 83.36 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 77 | 0.47 | 0 | 0.61 | 0.22 | 106.61 | 0.51 | 0.54 |
| Hex | 68 | C6 | 4D | 2F | 0 | 3D | 16 | 6B | 33 | 36 |
| Octal | 150 | 306 | 115 | 57 | 0 | 75 | 26 | 153 | 63 | 66 |
| Binary | 1101000 | 11000110 | 1001101 | 101111 | 0 | 111101 | 10110 | 1101011 | 110011 | 110110 |
Color Harmonies of #68C64D
Complementary color
Monochromatic Colors of #68C64D
Black with #68C64D
Text Example
Text Example
White with #68C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C64D; }
p { color: rgb(104,198,77); }
H1.HeaderClassName
{
color: #68C64D;
}
.AnyTagClassName
{
color: #68C64D;
}
</style>
background-color css
<style>
a { background-color: #68C64D; }
a { background-color: rgb(104,198,77); }
div.DivClassName
{
background-color: #68C64D;
}
.BgClassName
{
background-color: #68C64D;
}
</style>
border-color css
<style>
span { border-color: #68C64D; }
span { border-color: rgb(104,198,77); }
td.TdClassName
{
border-color: #68C64D;
}
.TagClassName
{
border-color: #68C64D;
}
</style>