Shades of Apple #68A450
Tints of Apple #68A450
RGB
CMYK
RGB Variations
Color information
#68A450 (or 0x68A450) is known color: Apple. HEX triplet: 68, A4 and 50. RGB value is (104,164,80). Sum of RGB (Red+Green+Blue) = 104+164+80=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #68A450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A450 is #975BAF. Grayscale: #888888. Windows color (decimal): -9919408 or 5284968. OLE color: 5284968.
HSL color Cylindrical-coordinate representation of color #68A450: hue angle of 102.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68A450 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 80 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.36 |
| HSL | 102.86º | 0.34% | 0.48% | - |
| HSV(B) | 102.86º | 0.51% | 0.64% | - |
| XYZ | 20.43 | 30.07 | 12.32 | - |
| YUV | 136.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 80 | 0.37 | 0 | 0.51 | 0.36 | 102.86 | 0.34 | 0.48 |
| Hex | 68 | A4 | 50 | 25 | 0 | 33 | 24 | 67 | 22 | 30 |
| Octal | 150 | 244 | 120 | 45 | 0 | 63 | 44 | 147 | 42 | 60 |
| Binary | 1101000 | 10100100 | 1010000 | 100101 | 0 | 110011 | 100100 | 1100111 | 100010 | 110000 |
Color Harmonies of #68A450
Complementary color
Monochromatic Colors of #68A450
Black with #68A450
Text Example
Text Example
White with #68A450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A450; }
p { color: rgb(104,164,80); }
H1.HeaderClassName
{
color: #68A450;
}
.AnyTagClassName
{
color: #68A450;
}
</style>
background-color css
<style>
a { background-color: #68A450; }
a { background-color: rgb(104,164,80); }
div.DivClassName
{
background-color: #68A450;
}
.BgClassName
{
background-color: #68A450;
}
</style>
border-color css
<style>
span { border-color: #68A450; }
span { border-color: rgb(104,164,80); }
td.TdClassName
{
border-color: #68A450;
}
.TagClassName
{
border-color: #68A450;
}
</style>