Shades of Apple #68C547
Tints of Apple #68C547
RGB
CMYK
RGB Variations
Color information
#68C547 (or 0x68C547) is known color: Apple. HEX triplet: 68, C5 and 47. RGB value is (104,197,71). Sum of RGB (Red+Green+Blue) = 104+197+71=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #68C547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C547 is #973AB8. Grayscale: #9B9B9B. Windows color (decimal): -9910969 or 4703592. OLE color: 4703592.
HSL color Cylindrical-coordinate representation of color #68C547: hue angle of 104.29º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68C547 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 71 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.23 |
| HSL | 104.29º | 0.52% | 0.53% | - |
| HSV(B) | 104.29º | 0.64% | 0.77% | - |
| XYZ | 26.81 | 43.33 | 12.91 | - |
| YUV | 154.83 | 80.69 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 71 | 0.47 | 0 | 0.64 | 0.23 | 104.29 | 0.52 | 0.53 |
| Hex | 68 | C5 | 47 | 2F | 0 | 40 | 17 | 68 | 34 | 35 |
| Octal | 150 | 305 | 107 | 57 | 0 | 100 | 27 | 150 | 64 | 65 |
| Binary | 1101000 | 11000101 | 1000111 | 101111 | 0 | 1000000 | 10111 | 1101000 | 110100 | 110101 |
Color Harmonies of #68C547
Complementary color
Monochromatic Colors of #68C547
Black with #68C547
Text Example
Text Example
White with #68C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C547; }
p { color: rgb(104,197,71); }
H1.HeaderClassName
{
color: #68C547;
}
.AnyTagClassName
{
color: #68C547;
}
</style>
background-color css
<style>
a { background-color: #68C547; }
a { background-color: rgb(104,197,71); }
div.DivClassName
{
background-color: #68C547;
}
.BgClassName
{
background-color: #68C547;
}
</style>
border-color css
<style>
span { border-color: #68C547; }
span { border-color: rgb(104,197,71); }
td.TdClassName
{
border-color: #68C547;
}
.TagClassName
{
border-color: #68C547;
}
</style>