Shades of Apple #68BA5B
Tints of Apple #68BA5B
RGB
CMYK
RGB Variations
Color information
#68BA5B (or 0x68BA5B) is known color: Apple. HEX triplet: 68, BA and 5B. RGB value is (104,186,91). Sum of RGB (Red+Green+Blue) = 104+186+91=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA5B is #9745A4. Grayscale: #969696. Windows color (decimal): -9913765 or 6011496. OLE color: 6011496.
HSL color Cylindrical-coordinate representation of color #68BA5B: hue angle of 111.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BA5B is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 91 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.27 |
| HSL | 111.79º | 0.41% | 0.54% | - |
| HSV(B) | 111.79º | 0.51% | 0.73% | - |
| XYZ | 25.16 | 38.82 | 16.06 | - |
| YUV | 150.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 91 | 0.44 | 0 | 0.51 | 0.27 | 111.79 | 0.41 | 0.54 |
| Hex | 68 | BA | 5B | 2C | 0 | 33 | 1B | 70 | 29 | 36 |
| Octal | 150 | 272 | 133 | 54 | 0 | 63 | 33 | 160 | 51 | 66 |
| Binary | 1101000 | 10111010 | 1011011 | 101100 | 0 | 110011 | 11011 | 1110000 | 101001 | 110110 |
Color Harmonies of #68BA5B
Complementary color
Monochromatic Colors of #68BA5B
Black with #68BA5B
Text Example
Text Example
White with #68BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA5B; }
p { color: rgb(104,186,91); }
H1.HeaderClassName
{
color: #68BA5B;
}
.AnyTagClassName
{
color: #68BA5B;
}
</style>
background-color css
<style>
a { background-color: #68BA5B; }
a { background-color: rgb(104,186,91); }
div.DivClassName
{
background-color: #68BA5B;
}
.BgClassName
{
background-color: #68BA5B;
}
</style>
border-color css
<style>
span { border-color: #68BA5B; }
span { border-color: rgb(104,186,91); }
td.TdClassName
{
border-color: #68BA5B;
}
.TagClassName
{
border-color: #68BA5B;
}
</style>