Shades of Apple #68A955
Tints of Apple #68A955
RGB
CMYK
RGB Variations
Color information
#68A955 (or 0x68A955) is known color: Apple. HEX triplet: 68, A9 and 55. RGB value is (104,169,85). Sum of RGB (Red+Green+Blue) = 104+169+85=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #68A955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A955 is #9756AA. Grayscale: #8C8C8C. Windows color (decimal): -9918123 or 5613928. OLE color: 5613928.
HSL color Cylindrical-coordinate representation of color #68A955: hue angle of 106.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A955 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 85 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.34 |
| HSL | 106.43º | 0.33% | 0.5% | - |
| HSV(B) | 106.43º | 0.5% | 0.66% | - |
| XYZ | 21.54 | 31.97 | 13.63 | - |
| YUV | 139.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 85 | 0.38 | 0 | 0.50 | 0.34 | 106.43 | 0.33 | 0.5 |
| Hex | 68 | A9 | 55 | 26 | 0 | 32 | 22 | 6A | 21 | 32 |
| Octal | 150 | 251 | 125 | 46 | 0 | 62 | 42 | 152 | 41 | 62 |
| Binary | 1101000 | 10101001 | 1010101 | 100110 | 0 | 110010 | 100010 | 1101010 | 100001 | 110010 |
Color Harmonies of #68A955
Complementary color
Monochromatic Colors of #68A955
Black with #68A955
Text Example
Text Example
White with #68A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A955; }
p { color: rgb(104,169,85); }
H1.HeaderClassName
{
color: #68A955;
}
.AnyTagClassName
{
color: #68A955;
}
</style>
background-color css
<style>
a { background-color: #68A955; }
a { background-color: rgb(104,169,85); }
div.DivClassName
{
background-color: #68A955;
}
.BgClassName
{
background-color: #68A955;
}
</style>
border-color css
<style>
span { border-color: #68A955; }
span { border-color: rgb(104,169,85); }
td.TdClassName
{
border-color: #68A955;
}
.TagClassName
{
border-color: #68A955;
}
</style>