Shades of Apple #68AB43
Tints of Apple #68AB43
RGB
CMYK
RGB Variations
Color information
#68AB43 (or 0x68AB43) is known color: Apple. HEX triplet: 68, AB and 43. RGB value is (104,171,67). Sum of RGB (Red+Green+Blue) = 104+171+67=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB43 is #9754BC. Grayscale: #8B8B8B. Windows color (decimal): -9917629 or 4434792. OLE color: 4434792.
HSL color Cylindrical-coordinate representation of color #68AB43: hue angle of 98.65º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68AB43 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 67 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.33 |
| HSL | 98.65º | 0.44% | 0.47% | - |
| HSV(B) | 98.65º | 0.61% | 0.67% | - |
| XYZ | 21.28 | 32.47 | 10.46 | - |
| YUV | 139.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 67 | 0.39 | 0 | 0.61 | 0.33 | 98.65 | 0.44 | 0.47 |
| Hex | 68 | AB | 43 | 27 | 0 | 3D | 21 | 63 | 2C | 2F |
| Octal | 150 | 253 | 103 | 47 | 0 | 75 | 41 | 143 | 54 | 57 |
| Binary | 1101000 | 10101011 | 1000011 | 100111 | 0 | 111101 | 100001 | 1100011 | 101100 | 101111 |
Color Harmonies of #68AB43
Complementary color
Monochromatic Colors of #68AB43
Black with #68AB43
Text Example
Text Example
White with #68AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB43; }
p { color: rgb(104,171,67); }
H1.HeaderClassName
{
color: #68AB43;
}
.AnyTagClassName
{
color: #68AB43;
}
</style>
background-color css
<style>
a { background-color: #68AB43; }
a { background-color: rgb(104,171,67); }
div.DivClassName
{
background-color: #68AB43;
}
.BgClassName
{
background-color: #68AB43;
}
</style>
border-color css
<style>
span { border-color: #68AB43; }
span { border-color: rgb(104,171,67); }
td.TdClassName
{
border-color: #68AB43;
}
.TagClassName
{
border-color: #68AB43;
}
</style>