Shades of Apple #68A454
Tints of Apple #68A454
RGB
CMYK
RGB Variations
Color information
#68A454 (or 0x68A454) is known color: Apple. HEX triplet: 68, A4 and 54. RGB value is (104,164,84). Sum of RGB (Red+Green+Blue) = 104+164+84=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #68A454 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A454 is #975BAB. Grayscale: #898989. Windows color (decimal): -9919404 or 5547112. OLE color: 5547112.
HSL color Cylindrical-coordinate representation of color #68A454: hue angle of 105º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A454 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 84 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.36 |
| HSL | 105º | 0.32% | 0.49% | - |
| HSV(B) | 105º | 0.49% | 0.64% | - |
| XYZ | 20.58 | 30.13 | 13.12 | - |
| YUV | 136.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 84 | 0.37 | 0 | 0.49 | 0.36 | 105 | 0.32 | 0.49 |
| Hex | 68 | A4 | 54 | 25 | 0 | 31 | 24 | 69 | 20 | 31 |
| Octal | 150 | 244 | 124 | 45 | 0 | 61 | 44 | 151 | 40 | 61 |
| Binary | 1101000 | 10100100 | 1010100 | 100101 | 0 | 110001 | 100100 | 1101001 | 100000 | 110001 |
Color Harmonies of #68A454
Complementary color
Monochromatic Colors of #68A454
Black with #68A454
Text Example
Text Example
White with #68A454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A454; }
p { color: rgb(104,164,84); }
H1.HeaderClassName
{
color: #68A454;
}
.AnyTagClassName
{
color: #68A454;
}
</style>
background-color css
<style>
a { background-color: #68A454; }
a { background-color: rgb(104,164,84); }
div.DivClassName
{
background-color: #68A454;
}
.BgClassName
{
background-color: #68A454;
}
</style>
border-color css
<style>
span { border-color: #68A454; }
span { border-color: rgb(104,164,84); }
td.TdClassName
{
border-color: #68A454;
}
.TagClassName
{
border-color: #68A454;
}
</style>