Shades of Apple #68D739
Tints of Apple #68D739
RGB
CMYK
RGB Variations
Color information
#68D739 (or 0x68D739) is known color: Apple. HEX triplet: 68, D7 and 39. RGB value is (104,215,57). Sum of RGB (Red+Green+Blue) = 104+215+57=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #68D739 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D739 is #9728C6. Grayscale: #A4A4A4. Windows color (decimal): -9906375 or 3790696. OLE color: 3790696.
HSL color Cylindrical-coordinate representation of color #68D739: hue angle of 102.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68D739 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 57 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.16 |
| HSL | 102.15º | 0.66% | 0.53% | - |
| HSV(B) | 102.15º | 0.73% | 0.84% | - |
| XYZ | 30.75 | 51.84 | 12.26 | - |
| YUV | 163.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 57 | 0.52 | 0 | 0.73 | 0.16 | 102.15 | 0.66 | 0.53 |
| Hex | 68 | D7 | 39 | 34 | 0 | 49 | 10 | 66 | 42 | 35 |
| Octal | 150 | 327 | 71 | 64 | 0 | 111 | 20 | 146 | 102 | 65 |
| Binary | 1101000 | 11010111 | 111001 | 110100 | 0 | 1001001 | 10000 | 1100110 | 1000010 | 110101 |
Color Harmonies of #68D739
Complementary color
Monochromatic Colors of #68D739
Black with #68D739
Text Example
Text Example
White with #68D739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D739; }
p { color: rgb(104,215,57); }
H1.HeaderClassName
{
color: #68D739;
}
.AnyTagClassName
{
color: #68D739;
}
</style>
background-color css
<style>
a { background-color: #68D739; }
a { background-color: rgb(104,215,57); }
div.DivClassName
{
background-color: #68D739;
}
.BgClassName
{
background-color: #68D739;
}
</style>
border-color css
<style>
span { border-color: #68D739; }
span { border-color: rgb(104,215,57); }
td.TdClassName
{
border-color: #68D739;
}
.TagClassName
{
border-color: #68D739;
}
</style>