Shades of Apple #68C645
Tints of Apple #68C645
RGB
CMYK
RGB Variations
Color information
#68C645 (or 0x68C645) is known color: Apple. HEX triplet: 68, C6 and 45. RGB value is (104,198,69). Sum of RGB (Red+Green+Blue) = 104+198+69=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #68C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C645 is #9739BA. Grayscale: #9B9B9B. Windows color (decimal): -9910715 or 4572776. OLE color: 4572776.
HSL color Cylindrical-coordinate representation of color #68C645: hue angle of 103.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68C645 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 198 | 69 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.22 |
| HSL | 103.72º | 0.53% | 0.52% | - |
| HSV(B) | 103.72º | 0.65% | 0.78% | - |
| XYZ | 26.98 | 43.76 | 12.66 | - |
| YUV | 155.19 | 79.36 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 69 | 0.47 | 0 | 0.65 | 0.22 | 103.72 | 0.53 | 0.52 |
| Hex | 68 | C6 | 45 | 2F | 0 | 41 | 16 | 68 | 35 | 34 |
| Octal | 150 | 306 | 105 | 57 | 0 | 101 | 26 | 150 | 65 | 64 |
| Binary | 1101000 | 11000110 | 1000101 | 101111 | 0 | 1000001 | 10110 | 1101000 | 110101 | 110100 |
Color Harmonies of #68C645
Complementary color
Monochromatic Colors of #68C645
Black with #68C645
Text Example
Text Example
White with #68C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C645; }
p { color: rgb(104,198,69); }
H1.HeaderClassName
{
color: #68C645;
}
.AnyTagClassName
{
color: #68C645;
}
</style>
background-color css
<style>
a { background-color: #68C645; }
a { background-color: rgb(104,198,69); }
div.DivClassName
{
background-color: #68C645;
}
.BgClassName
{
background-color: #68C645;
}
</style>
border-color css
<style>
span { border-color: #68C645; }
span { border-color: rgb(104,198,69); }
td.TdClassName
{
border-color: #68C645;
}
.TagClassName
{
border-color: #68C645;
}
</style>