Shades of Apple #68B142
Tints of Apple #68B142
RGB
CMYK
RGB Variations
Color information
#68B142 (or 0x68B142) is known color: Apple. HEX triplet: 68, B1 and 42. RGB value is (104,177,66). Sum of RGB (Red+Green+Blue) = 104+177+66=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #68B142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B142 is #974EBD. Grayscale: #8E8E8E. Windows color (decimal): -9916094 or 4370792. OLE color: 4370792.
HSL color Cylindrical-coordinate representation of color #68B142: hue angle of 99.46º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68B142 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 177 | 66 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.31 |
| HSL | 99.46º | 0.46% | 0.48% | - |
| HSV(B) | 99.46º | 0.63% | 0.69% | - |
| XYZ | 22.41 | 34.78 | 10.69 | - |
| YUV | 142.52 | 84.82 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 66 | 0.41 | 0 | 0.63 | 0.31 | 99.46 | 0.46 | 0.48 |
| Hex | 68 | B1 | 42 | 29 | 0 | 3F | 1F | 63 | 2E | 30 |
| Octal | 150 | 261 | 102 | 51 | 0 | 77 | 37 | 143 | 56 | 60 |
| Binary | 1101000 | 10110001 | 1000010 | 101001 | 0 | 111111 | 11111 | 1100011 | 101110 | 110000 |
Color Harmonies of #68B142
Complementary color
Monochromatic Colors of #68B142
Black with #68B142
Text Example
Text Example
White with #68B142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B142; }
p { color: rgb(104,177,66); }
H1.HeaderClassName
{
color: #68B142;
}
.AnyTagClassName
{
color: #68B142;
}
</style>
background-color css
<style>
a { background-color: #68B142; }
a { background-color: rgb(104,177,66); }
div.DivClassName
{
background-color: #68B142;
}
.BgClassName
{
background-color: #68B142;
}
</style>
border-color css
<style>
span { border-color: #68B142; }
span { border-color: rgb(104,177,66); }
td.TdClassName
{
border-color: #68B142;
}
.TagClassName
{
border-color: #68B142;
}
</style>