Shades of Apple #68AC3F
Tints of Apple #68AC3F
RGB
CMYK
RGB Variations
Color information
#68AC3F (or 0x68AC3F) is known color: Apple. HEX triplet: 68, AC and 3F. RGB value is (104,172,63). Sum of RGB (Red+Green+Blue) = 104+172+63=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC3F is #9753C0. Grayscale: #8B8B8B. Windows color (decimal): -9917377 or 4172904. OLE color: 4172904.
HSL color Cylindrical-coordinate representation of color #68AC3F: hue angle of 97.43º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68AC3F is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 63 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.33 |
| HSL | 97.43º | 0.46% | 0.46% | - |
| HSV(B) | 97.43º | 0.63% | 0.67% | - |
| XYZ | 21.36 | 32.81 | 9.91 | - |
| YUV | 139.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 63 | 0.40 | 0 | 0.63 | 0.33 | 97.43 | 0.46 | 0.46 |
| Hex | 68 | AC | 3F | 28 | 0 | 3F | 21 | 61 | 2E | 2E |
| Octal | 150 | 254 | 77 | 50 | 0 | 77 | 41 | 141 | 56 | 56 |
| Binary | 1101000 | 10101100 | 111111 | 101000 | 0 | 111111 | 100001 | 1100001 | 101110 | 101110 |
Color Harmonies of #68AC3F
Complementary color
Monochromatic Colors of #68AC3F
Black with #68AC3F
Text Example
Text Example
White with #68AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC3F; }
p { color: rgb(104,172,63); }
H1.HeaderClassName
{
color: #68AC3F;
}
.AnyTagClassName
{
color: #68AC3F;
}
</style>
background-color css
<style>
a { background-color: #68AC3F; }
a { background-color: rgb(104,172,63); }
div.DivClassName
{
background-color: #68AC3F;
}
.BgClassName
{
background-color: #68AC3F;
}
</style>
border-color css
<style>
span { border-color: #68AC3F; }
span { border-color: rgb(104,172,63); }
td.TdClassName
{
border-color: #68AC3F;
}
.TagClassName
{
border-color: #68AC3F;
}
</style>