Shades of Apple #68A140
Tints of Apple #68A140
RGB
CMYK
RGB Variations
Color information
#68A140 (or 0x68A140) is known color: Apple. HEX triplet: 68, A1 and 40. RGB value is (104,161,64). Sum of RGB (Red+Green+Blue) = 104+161+64=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #68A140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A140 is #975EBF. Grayscale: #858585. Windows color (decimal): -9920192 or 4235624. OLE color: 4235624.
HSL color Cylindrical-coordinate representation of color #68A140: hue angle of 95.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68A140 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 64 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.37 |
| HSL | 95.26º | 0.43% | 0.44% | - |
| HSV(B) | 95.26º | 0.6% | 0.63% | - |
| XYZ | 19.38 | 28.8 | 9.39 | - |
| YUV | 132.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 64 | 0.35 | 0 | 0.60 | 0.37 | 95.26 | 0.43 | 0.44 |
| Hex | 68 | A1 | 40 | 23 | 0 | 3C | 25 | 5F | 2B | 2C |
| Octal | 150 | 241 | 100 | 43 | 0 | 74 | 45 | 137 | 53 | 54 |
| Binary | 1101000 | 10100001 | 1000000 | 100011 | 0 | 111100 | 100101 | 1011111 | 101011 | 101100 |
Color Harmonies of #68A140
Complementary color
Monochromatic Colors of #68A140
Black with #68A140
Text Example
Text Example
White with #68A140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A140; }
p { color: rgb(104,161,64); }
H1.HeaderClassName
{
color: #68A140;
}
.AnyTagClassName
{
color: #68A140;
}
</style>
background-color css
<style>
a { background-color: #68A140; }
a { background-color: rgb(104,161,64); }
div.DivClassName
{
background-color: #68A140;
}
.BgClassName
{
background-color: #68A140;
}
</style>
border-color css
<style>
span { border-color: #68A140; }
span { border-color: rgb(104,161,64); }
td.TdClassName
{
border-color: #68A140;
}
.TagClassName
{
border-color: #68A140;
}
</style>