Shades of Apple #68A949
Tints of Apple #68A949
RGB
CMYK
RGB Variations
Color information
#68A949 (or 0x68A949) is known color: Apple. HEX triplet: 68, A9 and 49. RGB value is (104,169,73). Sum of RGB (Red+Green+Blue) = 104+169+73=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #68A949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A949 is #9756B6. Grayscale: #8A8A8A. Windows color (decimal): -9918135 or 4827496. OLE color: 4827496.
HSL color Cylindrical-coordinate representation of color #68A949: hue angle of 100.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68A949 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 73 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.34 |
| HSL | 100.63º | 0.4% | 0.47% | - |
| HSV(B) | 100.63º | 0.57% | 0.66% | - |
| XYZ | 21.1 | 31.8 | 11.33 | - |
| YUV | 138.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 73 | 0.38 | 0 | 0.57 | 0.34 | 100.63 | 0.4 | 0.47 |
| Hex | 68 | A9 | 49 | 26 | 0 | 39 | 22 | 65 | 28 | 2F |
| Octal | 150 | 251 | 111 | 46 | 0 | 71 | 42 | 145 | 50 | 57 |
| Binary | 1101000 | 10101001 | 1001001 | 100110 | 0 | 111001 | 100010 | 1100101 | 101000 | 101111 |
Color Harmonies of #68A949
Complementary color
Monochromatic Colors of #68A949
Black with #68A949
Text Example
Text Example
White with #68A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A949; }
p { color: rgb(104,169,73); }
H1.HeaderClassName
{
color: #68A949;
}
.AnyTagClassName
{
color: #68A949;
}
</style>
background-color css
<style>
a { background-color: #68A949; }
a { background-color: rgb(104,169,73); }
div.DivClassName
{
background-color: #68A949;
}
.BgClassName
{
background-color: #68A949;
}
</style>
border-color css
<style>
span { border-color: #68A949; }
span { border-color: rgb(104,169,73); }
td.TdClassName
{
border-color: #68A949;
}
.TagClassName
{
border-color: #68A949;
}
</style>