Shades of Apple #68A75E
Tints of Apple #68A75E
RGB
CMYK
RGB Variations
Color information
#68A75E (or 0x68A75E) is known color: Apple. HEX triplet: 68, A7 and 5E. RGB value is (104,167,94). Sum of RGB (Red+Green+Blue) = 104+167+94=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #68A75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A75E is #9758A1. Grayscale: #8C8C8C. Windows color (decimal): -9918626 or 6203240. OLE color: 6203240.
HSL color Cylindrical-coordinate representation of color #68A75E: hue angle of 111.78º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68A75E is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 94 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.35 |
| HSL | 111.78º | 0.29% | 0.51% | - |
| HSV(B) | 111.78º | 0.44% | 0.65% | - |
| XYZ | 21.55 | 31.39 | 15.51 | - |
| YUV | 139.84 | 102.13 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 94 | 0.38 | 0 | 0.44 | 0.35 | 111.78 | 0.29 | 0.51 |
| Hex | 68 | A7 | 5E | 26 | 0 | 2C | 23 | 70 | 1D | 33 |
| Octal | 150 | 247 | 136 | 46 | 0 | 54 | 43 | 160 | 35 | 63 |
| Binary | 1101000 | 10100111 | 1011110 | 100110 | 0 | 101100 | 100011 | 1110000 | 11101 | 110011 |
Color Harmonies of #68A75E
Complementary color
Monochromatic Colors of #68A75E
Black with #68A75E
Text Example
Text Example
White with #68A75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A75E; }
p { color: rgb(104,167,94); }
H1.HeaderClassName
{
color: #68A75E;
}
.AnyTagClassName
{
color: #68A75E;
}
</style>
background-color css
<style>
a { background-color: #68A75E; }
a { background-color: rgb(104,167,94); }
div.DivClassName
{
background-color: #68A75E;
}
.BgClassName
{
background-color: #68A75E;
}
</style>
border-color css
<style>
span { border-color: #68A75E; }
span { border-color: rgb(104,167,94); }
td.TdClassName
{
border-color: #68A75E;
}
.TagClassName
{
border-color: #68A75E;
}
</style>