Shades of Apple #68C546
Tints of Apple #68C546
RGB
CMYK
RGB Variations
Color information
#68C546 (or 0x68C546) is known color: Apple. HEX triplet: 68, C5 and 46. RGB value is (104,197,70). Sum of RGB (Red+Green+Blue) = 104+197+70=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #68C546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C546 is #973AB9. Grayscale: #9B9B9B. Windows color (decimal): -9910970 or 4638056. OLE color: 4638056.
HSL color Cylindrical-coordinate representation of color #68C546: hue angle of 103.94º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68C546 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 70 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.23 |
| HSL | 103.94º | 0.52% | 0.52% | - |
| HSV(B) | 103.94º | 0.64% | 0.77% | - |
| XYZ | 26.78 | 43.32 | 12.74 | - |
| YUV | 154.72 | 80.19 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 70 | 0.47 | 0 | 0.64 | 0.23 | 103.94 | 0.52 | 0.52 |
| Hex | 68 | C5 | 46 | 2F | 0 | 40 | 17 | 68 | 34 | 34 |
| Octal | 150 | 305 | 106 | 57 | 0 | 100 | 27 | 150 | 64 | 64 |
| Binary | 1101000 | 11000101 | 1000110 | 101111 | 0 | 1000000 | 10111 | 1101000 | 110100 | 110100 |
Color Harmonies of #68C546
Complementary color
Monochromatic Colors of #68C546
Black with #68C546
Text Example
Text Example
White with #68C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C546; }
p { color: rgb(104,197,70); }
H1.HeaderClassName
{
color: #68C546;
}
.AnyTagClassName
{
color: #68C546;
}
</style>
background-color css
<style>
a { background-color: #68C546; }
a { background-color: rgb(104,197,70); }
div.DivClassName
{
background-color: #68C546;
}
.BgClassName
{
background-color: #68C546;
}
</style>
border-color css
<style>
span { border-color: #68C546; }
span { border-color: rgb(104,197,70); }
td.TdClassName
{
border-color: #68C546;
}
.TagClassName
{
border-color: #68C546;
}
</style>