Shades of Apple #68A858
Tints of Apple #68A858
RGB
CMYK
RGB Variations
Color information
#68A858 (or 0x68A858) is known color: Apple. HEX triplet: 68, A8 and 58. RGB value is (104,168,88). Sum of RGB (Red+Green+Blue) = 104+168+88=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #68A858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A858 is #9757A7. Grayscale: #8C8C8C. Windows color (decimal): -9918376 or 5810280. OLE color: 5810280.
HSL color Cylindrical-coordinate representation of color #68A858: hue angle of 108º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68A858 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 88 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.34 |
| HSL | 108º | 0.31% | 0.5% | - |
| HSV(B) | 108º | 0.48% | 0.66% | - |
| XYZ | 21.47 | 31.65 | 14.21 | - |
| YUV | 139.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 88 | 0.38 | 0 | 0.48 | 0.34 | 108 | 0.31 | 0.5 |
| Hex | 68 | A8 | 58 | 26 | 0 | 30 | 22 | 6C | 1F | 32 |
| Octal | 150 | 250 | 130 | 46 | 0 | 60 | 42 | 154 | 37 | 62 |
| Binary | 1101000 | 10101000 | 1011000 | 100110 | 0 | 110000 | 100010 | 1101100 | 11111 | 110010 |
Color Harmonies of #68A858
Complementary color
Monochromatic Colors of #68A858
Black with #68A858
Text Example
Text Example
White with #68A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A858; }
p { color: rgb(104,168,88); }
H1.HeaderClassName
{
color: #68A858;
}
.AnyTagClassName
{
color: #68A858;
}
</style>
background-color css
<style>
a { background-color: #68A858; }
a { background-color: rgb(104,168,88); }
div.DivClassName
{
background-color: #68A858;
}
.BgClassName
{
background-color: #68A858;
}
</style>
border-color css
<style>
span { border-color: #68A858; }
span { border-color: rgb(104,168,88); }
td.TdClassName
{
border-color: #68A858;
}
.TagClassName
{
border-color: #68A858;
}
</style>