Shades of Apple #68B85B
Tints of Apple #68B85B
RGB
CMYK
RGB Variations
Color information
#68B85B (or 0x68B85B) is known color: Apple. HEX triplet: 68, B8 and 5B. RGB value is (104,184,91). Sum of RGB (Red+Green+Blue) = 104+184+91=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #68B85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B85B is #9747A4. Grayscale: #959595. Windows color (decimal): -9914277 or 6010984. OLE color: 6010984.
HSL color Cylindrical-coordinate representation of color #68B85B: hue angle of 111.61º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68B85B is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 184 | 91 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.28 |
| HSL | 111.61º | 0.4% | 0.54% | - |
| HSV(B) | 111.61º | 0.51% | 0.72% | - |
| XYZ | 24.74 | 37.98 | 15.92 | - |
| YUV | 149.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 91 | 0.43 | 0 | 0.51 | 0.28 | 111.61 | 0.4 | 0.54 |
| Hex | 68 | B8 | 5B | 2B | 0 | 33 | 1C | 70 | 28 | 36 |
| Octal | 150 | 270 | 133 | 53 | 0 | 63 | 34 | 160 | 50 | 66 |
| Binary | 1101000 | 10111000 | 1011011 | 101011 | 0 | 110011 | 11100 | 1110000 | 101000 | 110110 |
Color Harmonies of #68B85B
Complementary color
Monochromatic Colors of #68B85B
Black with #68B85B
Text Example
Text Example
White with #68B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B85B; }
p { color: rgb(104,184,91); }
H1.HeaderClassName
{
color: #68B85B;
}
.AnyTagClassName
{
color: #68B85B;
}
</style>
background-color css
<style>
a { background-color: #68B85B; }
a { background-color: rgb(104,184,91); }
div.DivClassName
{
background-color: #68B85B;
}
.BgClassName
{
background-color: #68B85B;
}
</style>
border-color css
<style>
span { border-color: #68B85B; }
span { border-color: rgb(104,184,91); }
td.TdClassName
{
border-color: #68B85B;
}
.TagClassName
{
border-color: #68B85B;
}
</style>