Shades of Apple #68B953
Tints of Apple #68B953
RGB
CMYK
RGB Variations
Color information
#68B953 (or 0x68B953) is known color: Apple. HEX triplet: 68, B9 and 53. RGB value is (104,185,83). Sum of RGB (Red+Green+Blue) = 104+185+83=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #68B953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B953 is #9746AC. Grayscale: #959595. Windows color (decimal): -9914029 or 5486952. OLE color: 5486952.
HSL color Cylindrical-coordinate representation of color #68B953: hue angle of 107.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68B953 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 83 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.27 |
| HSL | 107.65º | 0.42% | 0.53% | - |
| HSV(B) | 107.65º | 0.55% | 0.73% | - |
| XYZ | 24.62 | 38.27 | 14.27 | - |
| YUV | 149.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 83 | 0.44 | 0 | 0.55 | 0.27 | 107.65 | 0.42 | 0.53 |
| Hex | 68 | B9 | 53 | 2C | 0 | 37 | 1B | 6C | 2A | 35 |
| Octal | 150 | 271 | 123 | 54 | 0 | 67 | 33 | 154 | 52 | 65 |
| Binary | 1101000 | 10111001 | 1010011 | 101100 | 0 | 110111 | 11011 | 1101100 | 101010 | 110101 |
Color Harmonies of #68B953
Complementary color
Monochromatic Colors of #68B953
Black with #68B953
Text Example
Text Example
White with #68B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B953; }
p { color: rgb(104,185,83); }
H1.HeaderClassName
{
color: #68B953;
}
.AnyTagClassName
{
color: #68B953;
}
</style>
background-color css
<style>
a { background-color: #68B953; }
a { background-color: rgb(104,185,83); }
div.DivClassName
{
background-color: #68B953;
}
.BgClassName
{
background-color: #68B953;
}
</style>
border-color css
<style>
span { border-color: #68B953; }
span { border-color: rgb(104,185,83); }
td.TdClassName
{
border-color: #68B953;
}
.TagClassName
{
border-color: #68B953;
}
</style>