Shades of Apple #68AA58
Tints of Apple #68AA58
RGB
CMYK
RGB Variations
Color information
#68AA58 (or 0x68AA58) is known color: Apple. HEX triplet: 68, AA and 58. RGB value is (104,170,88). Sum of RGB (Red+Green+Blue) = 104+170+88=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA58 is #9755A7. Grayscale: #8D8D8D. Windows color (decimal): -9917864 or 5810792. OLE color: 5810792.
HSL color Cylindrical-coordinate representation of color #68AA58: hue angle of 108.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68AA58 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 88 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.33 |
| HSL | 108.29º | 0.33% | 0.51% | - |
| HSV(B) | 108.29º | 0.48% | 0.67% | - |
| XYZ | 21.85 | 32.4 | 14.33 | - |
| YUV | 140.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 88 | 0.39 | 0 | 0.48 | 0.33 | 108.29 | 0.33 | 0.51 |
| Hex | 68 | AA | 58 | 27 | 0 | 30 | 21 | 6C | 21 | 33 |
| Octal | 150 | 252 | 130 | 47 | 0 | 60 | 41 | 154 | 41 | 63 |
| Binary | 1101000 | 10101010 | 1011000 | 100111 | 0 | 110000 | 100001 | 1101100 | 100001 | 110011 |
Color Harmonies of #68AA58
Complementary color
Monochromatic Colors of #68AA58
Black with #68AA58
Text Example
Text Example
White with #68AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA58; }
p { color: rgb(104,170,88); }
H1.HeaderClassName
{
color: #68AA58;
}
.AnyTagClassName
{
color: #68AA58;
}
</style>
background-color css
<style>
a { background-color: #68AA58; }
a { background-color: rgb(104,170,88); }
div.DivClassName
{
background-color: #68AA58;
}
.BgClassName
{
background-color: #68AA58;
}
</style>
border-color css
<style>
span { border-color: #68AA58; }
span { border-color: rgb(104,170,88); }
td.TdClassName
{
border-color: #68AA58;
}
.TagClassName
{
border-color: #68AA58;
}
</style>