Shades of Apple #68B747
Tints of Apple #68B747
RGB
CMYK
RGB Variations
Color information
#68B747 (or 0x68B747) is known color: Apple. HEX triplet: 68, B7 and 47. RGB value is (104,183,71). Sum of RGB (Red+Green+Blue) = 104+183+71=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #68B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B747 is #9748B8. Grayscale: #929292. Windows color (decimal): -9914553 or 4700008. OLE color: 4700008.
HSL color Cylindrical-coordinate representation of color #68B747: hue angle of 102.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68B747 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 71 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.28 |
| HSL | 102.32º | 0.44% | 0.5% | - |
| HSV(B) | 102.32º | 0.61% | 0.72% | - |
| XYZ | 23.78 | 37.26 | 11.9 | - |
| YUV | 146.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 71 | 0.43 | 0 | 0.61 | 0.28 | 102.32 | 0.44 | 0.5 |
| Hex | 68 | B7 | 47 | 2B | 0 | 3D | 1C | 66 | 2C | 32 |
| Octal | 150 | 267 | 107 | 53 | 0 | 75 | 34 | 146 | 54 | 62 |
| Binary | 1101000 | 10110111 | 1000111 | 101011 | 0 | 111101 | 11100 | 1100110 | 101100 | 110010 |
Color Harmonies of #68B747
Complementary color
Monochromatic Colors of #68B747
Black with #68B747
Text Example
Text Example
White with #68B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B747; }
p { color: rgb(104,183,71); }
H1.HeaderClassName
{
color: #68B747;
}
.AnyTagClassName
{
color: #68B747;
}
</style>
background-color css
<style>
a { background-color: #68B747; }
a { background-color: rgb(104,183,71); }
div.DivClassName
{
background-color: #68B747;
}
.BgClassName
{
background-color: #68B747;
}
</style>
border-color css
<style>
span { border-color: #68B747; }
span { border-color: rgb(104,183,71); }
td.TdClassName
{
border-color: #68B747;
}
.TagClassName
{
border-color: #68B747;
}
</style>