Shades of Apple #68AE38
Tints of Apple #68AE38
RGB
CMYK
RGB Variations
Color information
#68AE38 (or 0x68AE38) is known color: Apple. HEX triplet: 68, AE and 38. RGB value is (104,174,56). Sum of RGB (Red+Green+Blue) = 104+174+56=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AE38 is #9751C7. Grayscale: #8C8C8C. Windows color (decimal): -9916872 or 3714664. OLE color: 3714664.
HSL color Cylindrical-coordinate representation of color #68AE38: hue angle of 95.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68AE38 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 56 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.32 |
| HSL | 95.59º | 0.51% | 0.45% | - |
| HSV(B) | 95.59º | 0.68% | 0.68% | - |
| XYZ | 21.56 | 33.5 | 9.07 | - |
| YUV | 139.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 56 | 0.40 | 0 | 0.68 | 0.32 | 95.59 | 0.51 | 0.45 |
| Hex | 68 | AE | 38 | 28 | 0 | 44 | 20 | 60 | 33 | 2D |
| Octal | 150 | 256 | 70 | 50 | 0 | 104 | 40 | 140 | 63 | 55 |
| Binary | 1101000 | 10101110 | 111000 | 101000 | 0 | 1000100 | 100000 | 1100000 | 110011 | 101101 |
Color Harmonies of #68AE38
Complementary color
Monochromatic Colors of #68AE38
Black with #68AE38
Text Example
Text Example
White with #68AE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE38; }
p { color: rgb(104,174,56); }
H1.HeaderClassName
{
color: #68AE38;
}
.AnyTagClassName
{
color: #68AE38;
}
</style>
background-color css
<style>
a { background-color: #68AE38; }
a { background-color: rgb(104,174,56); }
div.DivClassName
{
background-color: #68AE38;
}
.BgClassName
{
background-color: #68AE38;
}
</style>
border-color css
<style>
span { border-color: #68AE38; }
span { border-color: rgb(104,174,56); }
td.TdClassName
{
border-color: #68AE38;
}
.TagClassName
{
border-color: #68AE38;
}
</style>