Shades of Apple #68B742
Tints of Apple #68B742
RGB
CMYK
RGB Variations
Color information
#68B742 (or 0x68B742) is known color: Apple. HEX triplet: 68, B7 and 42. RGB value is (104,183,66). Sum of RGB (Red+Green+Blue) = 104+183+66=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #68B742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B742 is #9748BD. Grayscale: #929292. Windows color (decimal): -9914558 or 4372328. OLE color: 4372328.
HSL color Cylindrical-coordinate representation of color #68B742: hue angle of 100.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68B742 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 66 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.28 |
| HSL | 100.51º | 0.47% | 0.49% | - |
| HSV(B) | 100.51º | 0.64% | 0.72% | - |
| XYZ | 23.63 | 37.2 | 11.09 | - |
| YUV | 146.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 66 | 0.43 | 0 | 0.64 | 0.28 | 100.51 | 0.47 | 0.49 |
| Hex | 68 | B7 | 42 | 2B | 0 | 40 | 1C | 65 | 2F | 31 |
| Octal | 150 | 267 | 102 | 53 | 0 | 100 | 34 | 145 | 57 | 61 |
| Binary | 1101000 | 10110111 | 1000010 | 101011 | 0 | 1000000 | 11100 | 1100101 | 101111 | 110001 |
Color Harmonies of #68B742
Complementary color
Monochromatic Colors of #68B742
Black with #68B742
Text Example
Text Example
White with #68B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B742; }
p { color: rgb(104,183,66); }
H1.HeaderClassName
{
color: #68B742;
}
.AnyTagClassName
{
color: #68B742;
}
</style>
background-color css
<style>
a { background-color: #68B742; }
a { background-color: rgb(104,183,66); }
div.DivClassName
{
background-color: #68B742;
}
.BgClassName
{
background-color: #68B742;
}
</style>
border-color css
<style>
span { border-color: #68B742; }
span { border-color: rgb(104,183,66); }
td.TdClassName
{
border-color: #68B742;
}
.TagClassName
{
border-color: #68B742;
}
</style>