Shades of Apple #68D045
Tints of Apple #68D045
RGB
CMYK
RGB Variations
Color information
#68D045 (or 0x68D045) is known color: Apple. HEX triplet: 68, D0 and 45. RGB value is (104,208,69). Sum of RGB (Red+Green+Blue) = 104+208+69=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #68D045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D045 is #972FBA. Grayscale: #A1A1A1. Windows color (decimal): -9908155 or 4575336. OLE color: 4575336.
HSL color Cylindrical-coordinate representation of color #68D045: hue angle of 104.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68D045 is Cyan = 0.5, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 69 | - |
| CMYK | 0.5 | 0 | 0.67 | 0.18 |
| HSL | 104.89º | 0.6% | 0.54% | - |
| HSV(B) | 104.89º | 0.67% | 0.82% | - |
| XYZ | 29.34 | 48.48 | 13.44 | - |
| YUV | 161.06 | 76.04 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 69 | 0.5 | 0 | 0.67 | 0.18 | 104.89 | 0.6 | 0.54 |
| Hex | 68 | D0 | 45 | 32 | 0 | 43 | 12 | 69 | 3C | 36 |
| Octal | 150 | 320 | 105 | 62 | 0 | 103 | 22 | 151 | 74 | 66 |
| Binary | 1101000 | 11010000 | 1000101 | 110010 | 0 | 1000011 | 10010 | 1101001 | 111100 | 110110 |
Color Harmonies of #68D045
Complementary color
Monochromatic Colors of #68D045
Black with #68D045
Text Example
Text Example
White with #68D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D045; }
p { color: rgb(104,208,69); }
H1.HeaderClassName
{
color: #68D045;
}
.AnyTagClassName
{
color: #68D045;
}
</style>
background-color css
<style>
a { background-color: #68D045; }
a { background-color: rgb(104,208,69); }
div.DivClassName
{
background-color: #68D045;
}
.BgClassName
{
background-color: #68D045;
}
</style>
border-color css
<style>
span { border-color: #68D045; }
span { border-color: rgb(104,208,69); }
td.TdClassName
{
border-color: #68D045;
}
.TagClassName
{
border-color: #68D045;
}
</style>