Shades of Apple #68A946
Tints of Apple #68A946
RGB
CMYK
RGB Variations
Color information
#68A946 (or 0x68A946) is known color: Apple. HEX triplet: 68, A9 and 46. RGB value is (104,169,70). Sum of RGB (Red+Green+Blue) = 104+169+70=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #68A946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A946 is #9756B9. Grayscale: #8A8A8A. Windows color (decimal): -9918138 or 4630888. OLE color: 4630888.
HSL color Cylindrical-coordinate representation of color #68A946: hue angle of 99.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68A946 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 70 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.34 |
| HSL | 99.39º | 0.41% | 0.47% | - |
| HSV(B) | 99.39º | 0.59% | 0.66% | - |
| XYZ | 21 | 31.76 | 10.82 | - |
| YUV | 138.28 | 89.47 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 70 | 0.38 | 0 | 0.59 | 0.34 | 99.39 | 0.41 | 0.47 |
| Hex | 68 | A9 | 46 | 26 | 0 | 3B | 22 | 63 | 29 | 2F |
| Octal | 150 | 251 | 106 | 46 | 0 | 73 | 42 | 143 | 51 | 57 |
| Binary | 1101000 | 10101001 | 1000110 | 100110 | 0 | 111011 | 100010 | 1100011 | 101001 | 101111 |
Color Harmonies of #68A946
Complementary color
Monochromatic Colors of #68A946
Black with #68A946
Text Example
Text Example
White with #68A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A946; }
p { color: rgb(104,169,70); }
H1.HeaderClassName
{
color: #68A946;
}
.AnyTagClassName
{
color: #68A946;
}
</style>
background-color css
<style>
a { background-color: #68A946; }
a { background-color: rgb(104,169,70); }
div.DivClassName
{
background-color: #68A946;
}
.BgClassName
{
background-color: #68A946;
}
</style>
border-color css
<style>
span { border-color: #68A946; }
span { border-color: rgb(104,169,70); }
td.TdClassName
{
border-color: #68A946;
}
.TagClassName
{
border-color: #68A946;
}
</style>