Shades of Apple #68A941
Tints of Apple #68A941
RGB
CMYK
RGB Variations
Color information
#68A941 (or 0x68A941) is known color: Apple. HEX triplet: 68, A9 and 41. RGB value is (104,169,65). Sum of RGB (Red+Green+Blue) = 104+169+65=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #68A941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A941 is #9756BE. Grayscale: #8A8A8A. Windows color (decimal): -9918143 or 4303208. OLE color: 4303208.
HSL color Cylindrical-coordinate representation of color #68A941: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68A941 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 65 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.34 |
| HSL | 97.5º | 0.44% | 0.46% | - |
| HSV(B) | 97.5º | 0.62% | 0.66% | - |
| XYZ | 20.85 | 31.7 | 10.02 | - |
| YUV | 137.71 | 86.97 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 65 | 0.38 | 0 | 0.62 | 0.34 | 97.5 | 0.44 | 0.46 |
| Hex | 68 | A9 | 41 | 26 | 0 | 3E | 22 | 62 | 2C | 2E |
| Octal | 150 | 251 | 101 | 46 | 0 | 76 | 42 | 142 | 54 | 56 |
| Binary | 1101000 | 10101001 | 1000001 | 100110 | 0 | 111110 | 100010 | 1100010 | 101100 | 101110 |
Color Harmonies of #68A941
Complementary color
Monochromatic Colors of #68A941
Black with #68A941
Text Example
Text Example
White with #68A941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A941; }
p { color: rgb(104,169,65); }
H1.HeaderClassName
{
color: #68A941;
}
.AnyTagClassName
{
color: #68A941;
}
</style>
background-color css
<style>
a { background-color: #68A941; }
a { background-color: rgb(104,169,65); }
div.DivClassName
{
background-color: #68A941;
}
.BgClassName
{
background-color: #68A941;
}
</style>
border-color css
<style>
span { border-color: #68A941; }
span { border-color: rgb(104,169,65); }
td.TdClassName
{
border-color: #68A941;
}
.TagClassName
{
border-color: #68A941;
}
</style>