Shades of Apple #68A359
Tints of Apple #68A359
RGB
CMYK
RGB Variations
Color information
#68A359 (or 0x68A359) is known color: Apple. HEX triplet: 68, A3 and 59. RGB value is (104,163,89). Sum of RGB (Red+Green+Blue) = 104+163+89=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #68A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A359 is #975CA6. Grayscale: #898989. Windows color (decimal): -9919655 or 5874536. OLE color: 5874536.
HSL color Cylindrical-coordinate representation of color #68A359: hue angle of 107.84º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68A359 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 89 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.36 |
| HSL | 107.84º | 0.29% | 0.49% | - |
| HSV(B) | 107.84º | 0.45% | 0.64% | - |
| XYZ | 20.61 | 29.86 | 14.13 | - |
| YUV | 136.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 89 | 0.36 | 0 | 0.45 | 0.36 | 107.84 | 0.29 | 0.49 |
| Hex | 68 | A3 | 59 | 24 | 0 | 2D | 24 | 6C | 1D | 31 |
| Octal | 150 | 243 | 131 | 44 | 0 | 55 | 44 | 154 | 35 | 61 |
| Binary | 1101000 | 10100011 | 1011001 | 100100 | 0 | 101101 | 100100 | 1101100 | 11101 | 110001 |
Color Harmonies of #68A359
Complementary color
Monochromatic Colors of #68A359
Black with #68A359
Text Example
Text Example
White with #68A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A359; }
p { color: rgb(104,163,89); }
H1.HeaderClassName
{
color: #68A359;
}
.AnyTagClassName
{
color: #68A359;
}
</style>
background-color css
<style>
a { background-color: #68A359; }
a { background-color: rgb(104,163,89); }
div.DivClassName
{
background-color: #68A359;
}
.BgClassName
{
background-color: #68A359;
}
</style>
border-color css
<style>
span { border-color: #68A359; }
span { border-color: rgb(104,163,89); }
td.TdClassName
{
border-color: #68A359;
}
.TagClassName
{
border-color: #68A359;
}
</style>