Shades of Apple #68D945
Tints of Apple #68D945
RGB
CMYK
RGB Variations
Color information
#68D945 (or 0x68D945) is known color: Apple. HEX triplet: 68, D9 and 45. RGB value is (104,217,69). Sum of RGB (Red+Green+Blue) = 104+217+69=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #68D945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D945 is #9726BA. Grayscale: #A6A6A6. Windows color (decimal): -9905851 or 4577640. OLE color: 4577640.
HSL color Cylindrical-coordinate representation of color #68D945: hue angle of 105.81º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68D945 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 69 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.15 |
| HSL | 105.81º | 0.66% | 0.56% | - |
| HSV(B) | 105.81º | 0.68% | 0.85% | - |
| XYZ | 31.6 | 53 | 14.19 | - |
| YUV | 166.34 | 73.06 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 69 | 0.52 | 0 | 0.68 | 0.15 | 105.81 | 0.66 | 0.56 |
| Hex | 68 | D9 | 45 | 34 | 0 | 44 | F | 6A | 42 | 38 |
| Octal | 150 | 331 | 105 | 64 | 0 | 104 | 17 | 152 | 102 | 70 |
| Binary | 1101000 | 11011001 | 1000101 | 110100 | 0 | 1000100 | 1111 | 1101010 | 1000010 | 111000 |
Color Harmonies of #68D945
Complementary color
Monochromatic Colors of #68D945
Black with #68D945
Text Example
Text Example
White with #68D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D945; }
p { color: rgb(104,217,69); }
H1.HeaderClassName
{
color: #68D945;
}
.AnyTagClassName
{
color: #68D945;
}
</style>
background-color css
<style>
a { background-color: #68D945; }
a { background-color: rgb(104,217,69); }
div.DivClassName
{
background-color: #68D945;
}
.BgClassName
{
background-color: #68D945;
}
</style>
border-color css
<style>
span { border-color: #68D945; }
span { border-color: rgb(104,217,69); }
td.TdClassName
{
border-color: #68D945;
}
.TagClassName
{
border-color: #68D945;
}
</style>