Shades of Apple #68A753
Tints of Apple #68A753
RGB
CMYK
RGB Variations
Color information
#68A753 (or 0x68A753) is known color: Apple. HEX triplet: 68, A7 and 53. RGB value is (104,167,83). Sum of RGB (Red+Green+Blue) = 104+167+83=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #68A753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A753 is #9758AC. Grayscale: #8A8A8A. Windows color (decimal): -9918637 or 5482344. OLE color: 5482344.
HSL color Cylindrical-coordinate representation of color #68A753: hue angle of 105º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A753 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 83 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.35 |
| HSL | 105º | 0.34% | 0.49% | - |
| HSV(B) | 105º | 0.5% | 0.65% | - |
| XYZ | 21.09 | 31.21 | 13.1 | - |
| YUV | 138.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 83 | 0.38 | 0 | 0.50 | 0.35 | 105 | 0.34 | 0.49 |
| Hex | 68 | A7 | 53 | 26 | 0 | 32 | 23 | 69 | 22 | 31 |
| Octal | 150 | 247 | 123 | 46 | 0 | 62 | 43 | 151 | 42 | 61 |
| Binary | 1101000 | 10100111 | 1010011 | 100110 | 0 | 110010 | 100011 | 1101001 | 100010 | 110001 |
Color Harmonies of #68A753
Complementary color
Monochromatic Colors of #68A753
Black with #68A753
Text Example
Text Example
White with #68A753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A753; }
p { color: rgb(104,167,83); }
H1.HeaderClassName
{
color: #68A753;
}
.AnyTagClassName
{
color: #68A753;
}
</style>
background-color css
<style>
a { background-color: #68A753; }
a { background-color: rgb(104,167,83); }
div.DivClassName
{
background-color: #68A753;
}
.BgClassName
{
background-color: #68A753;
}
</style>
border-color css
<style>
span { border-color: #68A753; }
span { border-color: rgb(104,167,83); }
td.TdClassName
{
border-color: #68A753;
}
.TagClassName
{
border-color: #68A753;
}
</style>