Shades of Apple #68B457
Tints of Apple #68B457
RGB
CMYK
RGB Variations
Color information
#68B457 (or 0x68B457) is known color: Apple. HEX triplet: 68, B4 and 57. RGB value is (104,180,87). Sum of RGB (Red+Green+Blue) = 104+180+87=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #68B457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B457 is #974BA8. Grayscale: #929292. Windows color (decimal): -9915305 or 5747816. OLE color: 5747816.
HSL color Cylindrical-coordinate representation of color #68B457: hue angle of 109.03º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68B457 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 87 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.29 |
| HSL | 109.03º | 0.38% | 0.52% | - |
| HSV(B) | 109.03º | 0.52% | 0.71% | - |
| XYZ | 23.75 | 36.27 | 14.77 | - |
| YUV | 146.67 | 94.32 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 87 | 0.42 | 0 | 0.52 | 0.29 | 109.03 | 0.38 | 0.52 |
| Hex | 68 | B4 | 57 | 2A | 0 | 34 | 1D | 6D | 26 | 34 |
| Octal | 150 | 264 | 127 | 52 | 0 | 64 | 35 | 155 | 46 | 64 |
| Binary | 1101000 | 10110100 | 1010111 | 101010 | 0 | 110100 | 11101 | 1101101 | 100110 | 110100 |
Color Harmonies of #68B457
Complementary color
Monochromatic Colors of #68B457
Black with #68B457
Text Example
Text Example
White with #68B457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B457; }
p { color: rgb(104,180,87); }
H1.HeaderClassName
{
color: #68B457;
}
.AnyTagClassName
{
color: #68B457;
}
</style>
background-color css
<style>
a { background-color: #68B457; }
a { background-color: rgb(104,180,87); }
div.DivClassName
{
background-color: #68B457;
}
.BgClassName
{
background-color: #68B457;
}
</style>
border-color css
<style>
span { border-color: #68B457; }
span { border-color: rgb(104,180,87); }
td.TdClassName
{
border-color: #68B457;
}
.TagClassName
{
border-color: #68B457;
}
</style>