Shades of Apple #68A85B
Tints of Apple #68A85B
RGB
CMYK
RGB Variations
Color information
#68A85B (or 0x68A85B) is known color: Apple. HEX triplet: 68, A8 and 5B. RGB value is (104,168,91). Sum of RGB (Red+Green+Blue) = 104+168+91=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #68A85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A85B is #9757A4. Grayscale: #8C8C8C. Windows color (decimal): -9918373 or 6006888. OLE color: 6006888.
HSL color Cylindrical-coordinate representation of color #68A85B: hue angle of 109.87º 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 #68A85B is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 91 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.34 |
| HSL | 109.87º | 0.31% | 0.51% | - |
| HSV(B) | 109.87º | 0.46% | 0.66% | - |
| XYZ | 21.6 | 31.7 | 14.88 | - |
| YUV | 140.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 91 | 0.38 | 0 | 0.46 | 0.34 | 109.87 | 0.31 | 0.51 |
| Hex | 68 | A8 | 5B | 26 | 0 | 2E | 22 | 6E | 1F | 33 |
| Octal | 150 | 250 | 133 | 46 | 0 | 56 | 42 | 156 | 37 | 63 |
| Binary | 1101000 | 10101000 | 1011011 | 100110 | 0 | 101110 | 100010 | 1101110 | 11111 | 110011 |
Color Harmonies of #68A85B
Complementary color
Monochromatic Colors of #68A85B
Black with #68A85B
Text Example
Text Example
White with #68A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A85B; }
p { color: rgb(104,168,91); }
H1.HeaderClassName
{
color: #68A85B;
}
.AnyTagClassName
{
color: #68A85B;
}
</style>
background-color css
<style>
a { background-color: #68A85B; }
a { background-color: rgb(104,168,91); }
div.DivClassName
{
background-color: #68A85B;
}
.BgClassName
{
background-color: #68A85B;
}
</style>
border-color css
<style>
span { border-color: #68A85B; }
span { border-color: rgb(104,168,91); }
td.TdClassName
{
border-color: #68A85B;
}
.TagClassName
{
border-color: #68A85B;
}
</style>