Shades of Apple #68AB39
Tints of Apple #68AB39
RGB
CMYK
RGB Variations
Color information
#68AB39 (or 0x68AB39) is known color: Apple. HEX triplet: 68, AB and 39. RGB value is (104,171,57). Sum of RGB (Red+Green+Blue) = 104+171+57=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB39 is #9754C6. Grayscale: #8A8A8A. Windows color (decimal): -9917639 or 3779432. OLE color: 3779432.
HSL color Cylindrical-coordinate representation of color #68AB39: hue angle of 95.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68AB39 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 57 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.33 |
| HSL | 95.26º | 0.5% | 0.45% | - |
| HSV(B) | 95.26º | 0.67% | 0.67% | - |
| XYZ | 21.01 | 32.36 | 9.01 | - |
| YUV | 137.97 | 82.3 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 57 | 0.39 | 0 | 0.67 | 0.33 | 95.26 | 0.5 | 0.45 |
| Hex | 68 | AB | 39 | 27 | 0 | 43 | 21 | 5F | 32 | 2D |
| Octal | 150 | 253 | 71 | 47 | 0 | 103 | 41 | 137 | 62 | 55 |
| Binary | 1101000 | 10101011 | 111001 | 100111 | 0 | 1000011 | 100001 | 1011111 | 110010 | 101101 |
Color Harmonies of #68AB39
Complementary color
Monochromatic Colors of #68AB39
Black with #68AB39
Text Example
Text Example
White with #68AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB39; }
p { color: rgb(104,171,57); }
H1.HeaderClassName
{
color: #68AB39;
}
.AnyTagClassName
{
color: #68AB39;
}
</style>
background-color css
<style>
a { background-color: #68AB39; }
a { background-color: rgb(104,171,57); }
div.DivClassName
{
background-color: #68AB39;
}
.BgClassName
{
background-color: #68AB39;
}
</style>
border-color css
<style>
span { border-color: #68AB39; }
span { border-color: rgb(104,171,57); }
td.TdClassName
{
border-color: #68AB39;
}
.TagClassName
{
border-color: #68AB39;
}
</style>