Shades of Apple #68B455
Tints of Apple #68B455
RGB
CMYK
RGB Variations
Color information
#68B455 (or 0x68B455) is known color: Apple. HEX triplet: 68, B4 and 55. RGB value is (104,180,85). Sum of RGB (Red+Green+Blue) = 104+180+85=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #68B455 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B455 is #974BAA. Grayscale: #929292. Windows color (decimal): -9915307 or 5616744. OLE color: 5616744.
HSL color Cylindrical-coordinate representation of color #68B455: hue angle of 108º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B455 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 85 | - |
| CMYK | 0.42 | 0 | 0.53 | 0.29 |
| HSL | 108º | 0.39% | 0.52% | - |
| HSV(B) | 108º | 0.53% | 0.71% | - |
| XYZ | 23.67 | 36.24 | 14.34 | - |
| YUV | 146.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 85 | 0.42 | 0 | 0.53 | 0.29 | 108 | 0.39 | 0.52 |
| Hex | 68 | B4 | 55 | 2A | 0 | 35 | 1D | 6C | 27 | 34 |
| Octal | 150 | 264 | 125 | 52 | 0 | 65 | 35 | 154 | 47 | 64 |
| Binary | 1101000 | 10110100 | 1010101 | 101010 | 0 | 110101 | 11101 | 1101100 | 100111 | 110100 |
Color Harmonies of #68B455
Complementary color
Monochromatic Colors of #68B455
Black with #68B455
Text Example
Text Example
White with #68B455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B455; }
p { color: rgb(104,180,85); }
H1.HeaderClassName
{
color: #68B455;
}
.AnyTagClassName
{
color: #68B455;
}
</style>
background-color css
<style>
a { background-color: #68B455; }
a { background-color: rgb(104,180,85); }
div.DivClassName
{
background-color: #68B455;
}
.BgClassName
{
background-color: #68B455;
}
</style>
border-color css
<style>
span { border-color: #68B455; }
span { border-color: rgb(104,180,85); }
td.TdClassName
{
border-color: #68B455;
}
.TagClassName
{
border-color: #68B455;
}
</style>