Shades of Apple #68D73B
Tints of Apple #68D73B
RGB
CMYK
RGB Variations
Color information
#68D73B (or 0x68D73B) is known color: Apple. HEX triplet: 68, D7 and 3B. RGB value is (104,215,59). Sum of RGB (Red+Green+Blue) = 104+215+59=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #68D73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D73B is #9728C4. Grayscale: #A4A4A4. Windows color (decimal): -9906373 or 3921768. OLE color: 3921768.
HSL color Cylindrical-coordinate representation of color #68D73B: hue angle of 102.69º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68D73B is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 59 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.16 |
| HSL | 102.69º | 0.66% | 0.54% | - |
| HSV(B) | 102.69º | 0.73% | 0.84% | - |
| XYZ | 30.8 | 51.86 | 12.52 | - |
| YUV | 164.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 59 | 0.52 | 0 | 0.73 | 0.16 | 102.69 | 0.66 | 0.54 |
| Hex | 68 | D7 | 3B | 34 | 0 | 49 | 10 | 67 | 42 | 36 |
| Octal | 150 | 327 | 73 | 64 | 0 | 111 | 20 | 147 | 102 | 66 |
| Binary | 1101000 | 11010111 | 111011 | 110100 | 0 | 1001001 | 10000 | 1100111 | 1000010 | 110110 |
Color Harmonies of #68D73B
Complementary color
Monochromatic Colors of #68D73B
Black with #68D73B
Text Example
Text Example
White with #68D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D73B; }
p { color: rgb(104,215,59); }
H1.HeaderClassName
{
color: #68D73B;
}
.AnyTagClassName
{
color: #68D73B;
}
</style>
background-color css
<style>
a { background-color: #68D73B; }
a { background-color: rgb(104,215,59); }
div.DivClassName
{
background-color: #68D73B;
}
.BgClassName
{
background-color: #68D73B;
}
</style>
border-color css
<style>
span { border-color: #68D73B; }
span { border-color: rgb(104,215,59); }
td.TdClassName
{
border-color: #68D73B;
}
.TagClassName
{
border-color: #68D73B;
}
</style>