Shades of Apple #68A85A
Tints of Apple #68A85A
RGB
CMYK
RGB Variations
Color information
#68A85A (or 0x68A85A) is known color: Apple. HEX triplet: 68, A8 and 5A. RGB value is (104,168,90). Sum of RGB (Red+Green+Blue) = 104+168+90=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 168 - color contains mainly: green. Hex color #68A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A85A is #9757A5. Grayscale: #8C8C8C. Windows color (decimal): -9918374 or 5941352. OLE color: 5941352.
HSL color Cylindrical-coordinate representation of color #68A85A: hue angle of 109.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68A85A is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 90 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.34 |
| HSL | 109.23º | 0.31% | 0.51% | - |
| HSV(B) | 109.23º | 0.46% | 0.66% | - |
| XYZ | 21.56 | 31.69 | 14.65 | - |
| YUV | 139.97 | 99.8 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 90 | 0.38 | 0 | 0.46 | 0.34 | 109.23 | 0.31 | 0.51 |
| Hex | 68 | A8 | 5A | 26 | 0 | 2E | 22 | 6D | 1F | 33 |
| Octal | 150 | 250 | 132 | 46 | 0 | 56 | 42 | 155 | 37 | 63 |
| Binary | 1101000 | 10101000 | 1011010 | 100110 | 0 | 101110 | 100010 | 1101101 | 11111 | 110011 |
Color Harmonies of #68A85A
Complementary color
Monochromatic Colors of #68A85A
Black with #68A85A
Text Example
Text Example
White with #68A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A85A; }
p { color: rgb(104,168,90); }
H1.HeaderClassName
{
color: #68A85A;
}
.AnyTagClassName
{
color: #68A85A;
}
</style>
background-color css
<style>
a { background-color: #68A85A; }
a { background-color: rgb(104,168,90); }
div.DivClassName
{
background-color: #68A85A;
}
.BgClassName
{
background-color: #68A85A;
}
</style>
border-color css
<style>
span { border-color: #68A85A; }
span { border-color: rgb(104,168,90); }
td.TdClassName
{
border-color: #68A85A;
}
.TagClassName
{
border-color: #68A85A;
}
</style>