Shades of Apple #68AE39
Tints of Apple #68AE39
RGB
CMYK
RGB Variations
Color information
#68AE39 (or 0x68AE39) is known color: Apple. HEX triplet: 68, AE and 39. RGB value is (104,174,57). Sum of RGB (Red+Green+Blue) = 104+174+57=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE39 is #9751C6. Grayscale: #8C8C8C. Windows color (decimal): -9916871 or 3780200. OLE color: 3780200.
HSL color Cylindrical-coordinate representation of color #68AE39: hue angle of 95.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68AE39 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 57 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.32 |
| HSL | 95.9º | 0.51% | 0.45% | - |
| HSV(B) | 95.9º | 0.67% | 0.68% | - |
| XYZ | 21.58 | 33.51 | 9.2 | - |
| YUV | 139.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 57 | 0.40 | 0 | 0.67 | 0.32 | 95.9 | 0.51 | 0.45 |
| Hex | 68 | AE | 39 | 28 | 0 | 43 | 20 | 60 | 33 | 2D |
| Octal | 150 | 256 | 71 | 50 | 0 | 103 | 40 | 140 | 63 | 55 |
| Binary | 1101000 | 10101110 | 111001 | 101000 | 0 | 1000011 | 100000 | 1100000 | 110011 | 101101 |
Color Harmonies of #68AE39
Complementary color
Monochromatic Colors of #68AE39
Black with #68AE39
Text Example
Text Example
White with #68AE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE39; }
p { color: rgb(104,174,57); }
H1.HeaderClassName
{
color: #68AE39;
}
.AnyTagClassName
{
color: #68AE39;
}
</style>
background-color css
<style>
a { background-color: #68AE39; }
a { background-color: rgb(104,174,57); }
div.DivClassName
{
background-color: #68AE39;
}
.BgClassName
{
background-color: #68AE39;
}
</style>
border-color css
<style>
span { border-color: #68AE39; }
span { border-color: rgb(104,174,57); }
td.TdClassName
{
border-color: #68AE39;
}
.TagClassName
{
border-color: #68AE39;
}
</style>