Shades of Apple #68D93C
Tints of Apple #68D93C
RGB
CMYK
RGB Variations
Color information
#68D93C (or 0x68D93C) is known color: Apple. HEX triplet: 68, D9 and 3C. RGB value is (104,217,60). Sum of RGB (Red+Green+Blue) = 104+217+60=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #68D93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D93C is #9726C3. Grayscale: #A5A5A5. Windows color (decimal): -9905860 or 3987816. OLE color: 3987816.
HSL color Cylindrical-coordinate representation of color #68D93C: hue angle of 103.18º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68D93C is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 60 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.15 |
| HSL | 103.18º | 0.67% | 0.54% | - |
| HSV(B) | 103.18º | 0.72% | 0.85% | - |
| XYZ | 31.34 | 52.9 | 12.83 | - |
| YUV | 165.32 | 68.56 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 60 | 0.52 | 0 | 0.72 | 0.15 | 103.18 | 0.67 | 0.54 |
| Hex | 68 | D9 | 3C | 34 | 0 | 48 | F | 67 | 43 | 36 |
| Octal | 150 | 331 | 74 | 64 | 0 | 110 | 17 | 147 | 103 | 66 |
| Binary | 1101000 | 11011001 | 111100 | 110100 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110110 |
Color Harmonies of #68D93C
Complementary color
Monochromatic Colors of #68D93C
Black with #68D93C
Text Example
Text Example
White with #68D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D93C; }
p { color: rgb(104,217,60); }
H1.HeaderClassName
{
color: #68D93C;
}
.AnyTagClassName
{
color: #68D93C;
}
</style>
background-color css
<style>
a { background-color: #68D93C; }
a { background-color: rgb(104,217,60); }
div.DivClassName
{
background-color: #68D93C;
}
.BgClassName
{
background-color: #68D93C;
}
</style>
border-color css
<style>
span { border-color: #68D93C; }
span { border-color: rgb(104,217,60); }
td.TdClassName
{
border-color: #68D93C;
}
.TagClassName
{
border-color: #68D93C;
}
</style>