Shades of Apple #68AE5C
Tints of Apple #68AE5C
RGB
CMYK
RGB Variations
Color information
#68AE5C (or 0x68AE5C) is known color: Apple. HEX triplet: 68, AE and 5C. RGB value is (104,174,92). Sum of RGB (Red+Green+Blue) = 104+174+92=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AE5C is #9751A3. Grayscale: #8F8F8F. Windows color (decimal): -9916836 or 6073960. OLE color: 6073960.
HSL color Cylindrical-coordinate representation of color #68AE5C: hue angle of 111.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68AE5C is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 92 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.32 |
| HSL | 111.22º | 0.34% | 0.52% | - |
| HSV(B) | 111.22º | 0.47% | 0.68% | - |
| XYZ | 22.78 | 33.99 | 15.49 | - |
| YUV | 143.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 92 | 0.40 | 0 | 0.47 | 0.32 | 111.22 | 0.34 | 0.52 |
| Hex | 68 | AE | 5C | 28 | 0 | 2F | 20 | 6F | 22 | 34 |
| Octal | 150 | 256 | 134 | 50 | 0 | 57 | 40 | 157 | 42 | 64 |
| Binary | 1101000 | 10101110 | 1011100 | 101000 | 0 | 101111 | 100000 | 1101111 | 100010 | 110100 |
Color Harmonies of #68AE5C
Complementary color
Monochromatic Colors of #68AE5C
Black with #68AE5C
Text Example
Text Example
White with #68AE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE5C; }
p { color: rgb(104,174,92); }
H1.HeaderClassName
{
color: #68AE5C;
}
.AnyTagClassName
{
color: #68AE5C;
}
</style>
background-color css
<style>
a { background-color: #68AE5C; }
a { background-color: rgb(104,174,92); }
div.DivClassName
{
background-color: #68AE5C;
}
.BgClassName
{
background-color: #68AE5C;
}
</style>
border-color css
<style>
span { border-color: #68AE5C; }
span { border-color: rgb(104,174,92); }
td.TdClassName
{
border-color: #68AE5C;
}
.TagClassName
{
border-color: #68AE5C;
}
</style>