Shades of Apple #68C245
Tints of Apple #68C245
RGB
CMYK
RGB Variations
Color information
#68C245 (or 0x68C245) is known color: Apple. HEX triplet: 68, C2 and 45. RGB value is (104,194,69). Sum of RGB (Red+Green+Blue) = 104+194+69=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #68C245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C245 is #973DBA. Grayscale: #999999. Windows color (decimal): -9911739 or 4571752. OLE color: 4571752.
HSL color Cylindrical-coordinate representation of color #68C245: hue angle of 103.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68C245 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 69 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.24 |
| HSL | 103.2º | 0.51% | 0.52% | - |
| HSV(B) | 103.2º | 0.64% | 0.76% | - |
| XYZ | 26.07 | 41.96 | 12.35 | - |
| YUV | 152.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 69 | 0.46 | 0 | 0.64 | 0.24 | 103.2 | 0.51 | 0.52 |
| Hex | 68 | C2 | 45 | 2E | 0 | 40 | 18 | 67 | 33 | 34 |
| Octal | 150 | 302 | 105 | 56 | 0 | 100 | 30 | 147 | 63 | 64 |
| Binary | 1101000 | 11000010 | 1000101 | 101110 | 0 | 1000000 | 11000 | 1100111 | 110011 | 110100 |
Color Harmonies of #68C245
Complementary color
Monochromatic Colors of #68C245
Black with #68C245
Text Example
Text Example
White with #68C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C245; }
p { color: rgb(104,194,69); }
H1.HeaderClassName
{
color: #68C245;
}
.AnyTagClassName
{
color: #68C245;
}
</style>
background-color css
<style>
a { background-color: #68C245; }
a { background-color: rgb(104,194,69); }
div.DivClassName
{
background-color: #68C245;
}
.BgClassName
{
background-color: #68C245;
}
</style>
border-color css
<style>
span { border-color: #68C245; }
span { border-color: rgb(104,194,69); }
td.TdClassName
{
border-color: #68C245;
}
.TagClassName
{
border-color: #68C245;
}
</style>