Shades of Apple #68AC3D
Tints of Apple #68AC3D
RGB
CMYK
RGB Variations
Color information
#68AC3D (or 0x68AC3D) is known color: Apple. HEX triplet: 68, AC and 3D. RGB value is (104,172,61). Sum of RGB (Red+Green+Blue) = 104+172+61=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC3D is #9753C2. Grayscale: #8B8B8B. Windows color (decimal): -9917379 or 4041832. OLE color: 4041832.
HSL color Cylindrical-coordinate representation of color #68AC3D: hue angle of 96.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68AC3D is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 61 | - |
| CMYK | 0.40 | 0 | 0.65 | 0.33 |
| HSL | 96.76º | 0.48% | 0.46% | - |
| HSV(B) | 96.76º | 0.65% | 0.67% | - |
| XYZ | 21.3 | 32.79 | 9.62 | - |
| YUV | 139.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 61 | 0.40 | 0 | 0.65 | 0.33 | 96.76 | 0.48 | 0.46 |
| Hex | 68 | AC | 3D | 28 | 0 | 41 | 21 | 61 | 30 | 2E |
| Octal | 150 | 254 | 75 | 50 | 0 | 101 | 41 | 141 | 60 | 56 |
| Binary | 1101000 | 10101100 | 111101 | 101000 | 0 | 1000001 | 100001 | 1100001 | 110000 | 101110 |
Color Harmonies of #68AC3D
Complementary color
Monochromatic Colors of #68AC3D
Black with #68AC3D
Text Example
Text Example
White with #68AC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC3D; }
p { color: rgb(104,172,61); }
H1.HeaderClassName
{
color: #68AC3D;
}
.AnyTagClassName
{
color: #68AC3D;
}
</style>
background-color css
<style>
a { background-color: #68AC3D; }
a { background-color: rgb(104,172,61); }
div.DivClassName
{
background-color: #68AC3D;
}
.BgClassName
{
background-color: #68AC3D;
}
</style>
border-color css
<style>
span { border-color: #68AC3D; }
span { border-color: rgb(104,172,61); }
td.TdClassName
{
border-color: #68AC3D;
}
.TagClassName
{
border-color: #68AC3D;
}
</style>