Shades of Apple #68BA4D
Tints of Apple #68BA4D
RGB
CMYK
RGB Variations
Color information
#68BA4D (or 0x68BA4D) is known color: Apple. HEX triplet: 68, BA and 4D. RGB value is (104,186,77). Sum of RGB (Red+Green+Blue) = 104+186+77=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA4D is #9745B2. Grayscale: #959595. Windows color (decimal): -9913779 or 5093992. OLE color: 5093992.
HSL color Cylindrical-coordinate representation of color #68BA4D: hue angle of 105.14º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BA4D is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 77 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.27 |
| HSL | 105.14º | 0.44% | 0.52% | - |
| HSV(B) | 105.14º | 0.59% | 0.73% | - |
| XYZ | 24.61 | 38.6 | 13.17 | - |
| YUV | 149.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 77 | 0.44 | 0 | 0.59 | 0.27 | 105.14 | 0.44 | 0.52 |
| Hex | 68 | BA | 4D | 2C | 0 | 3B | 1B | 69 | 2C | 34 |
| Octal | 150 | 272 | 115 | 54 | 0 | 73 | 33 | 151 | 54 | 64 |
| Binary | 1101000 | 10111010 | 1001101 | 101100 | 0 | 111011 | 11011 | 1101001 | 101100 | 110100 |
Color Harmonies of #68BA4D
Complementary color
Monochromatic Colors of #68BA4D
Black with #68BA4D
Text Example
Text Example
White with #68BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA4D; }
p { color: rgb(104,186,77); }
H1.HeaderClassName
{
color: #68BA4D;
}
.AnyTagClassName
{
color: #68BA4D;
}
</style>
background-color css
<style>
a { background-color: #68BA4D; }
a { background-color: rgb(104,186,77); }
div.DivClassName
{
background-color: #68BA4D;
}
.BgClassName
{
background-color: #68BA4D;
}
</style>
border-color css
<style>
span { border-color: #68BA4D; }
span { border-color: rgb(104,186,77); }
td.TdClassName
{
border-color: #68BA4D;
}
.TagClassName
{
border-color: #68BA4D;
}
</style>