Shades of Apple #68A840
Tints of Apple #68A840
RGB
CMYK
RGB Variations
Color information
#68A840 (or 0x68A840) is known color: Apple. HEX triplet: 68, A8 and 40. RGB value is (104,168,64). Sum of RGB (Red+Green+Blue) = 104+168+64=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #68A840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A840 is #9757BF. Grayscale: #898989. Windows color (decimal): -9918400 or 4237416. OLE color: 4237416.
HSL color Cylindrical-coordinate representation of color #68A840: hue angle of 96.92º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68A840 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 64 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.34 |
| HSL | 96.92º | 0.45% | 0.45% | - |
| HSV(B) | 96.92º | 0.62% | 0.66% | - |
| XYZ | 20.64 | 31.32 | 9.81 | - |
| YUV | 137.01 | 86.8 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 64 | 0.38 | 0 | 0.62 | 0.34 | 96.92 | 0.45 | 0.45 |
| Hex | 68 | A8 | 40 | 26 | 0 | 3E | 22 | 61 | 2D | 2D |
| Octal | 150 | 250 | 100 | 46 | 0 | 76 | 42 | 141 | 55 | 55 |
| Binary | 1101000 | 10101000 | 1000000 | 100110 | 0 | 111110 | 100010 | 1100001 | 101101 | 101101 |
Color Harmonies of #68A840
Complementary color
Monochromatic Colors of #68A840
Black with #68A840
Text Example
Text Example
White with #68A840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A840; }
p { color: rgb(104,168,64); }
H1.HeaderClassName
{
color: #68A840;
}
.AnyTagClassName
{
color: #68A840;
}
</style>
background-color css
<style>
a { background-color: #68A840; }
a { background-color: rgb(104,168,64); }
div.DivClassName
{
background-color: #68A840;
}
.BgClassName
{
background-color: #68A840;
}
</style>
border-color css
<style>
span { border-color: #68A840; }
span { border-color: rgb(104,168,64); }
td.TdClassName
{
border-color: #68A840;
}
.TagClassName
{
border-color: #68A840;
}
</style>