Shades of Apple #68BA5C
Tints of Apple #68BA5C
RGB
CMYK
RGB Variations
Color information
#68BA5C (or 0x68BA5C) is known color: Apple. HEX triplet: 68, BA and 5C. RGB value is (104,186,92). Sum of RGB (Red+Green+Blue) = 104+186+92=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BA5C is #9745A3. Grayscale: #979797. Windows color (decimal): -9913764 or 6077032. OLE color: 6077032.
HSL color Cylindrical-coordinate representation of color #68BA5C: hue angle of 112.34º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BA5C is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 92 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.27 |
| HSL | 112.34º | 0.41% | 0.55% | - |
| HSV(B) | 112.34º | 0.51% | 0.73% | - |
| XYZ | 25.2 | 38.83 | 16.29 | - |
| YUV | 150.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 92 | 0.44 | 0 | 0.51 | 0.27 | 112.34 | 0.41 | 0.55 |
| Hex | 68 | BA | 5C | 2C | 0 | 33 | 1B | 70 | 29 | 37 |
| Octal | 150 | 272 | 134 | 54 | 0 | 63 | 33 | 160 | 51 | 67 |
| Binary | 1101000 | 10111010 | 1011100 | 101100 | 0 | 110011 | 11011 | 1110000 | 101001 | 110111 |
Color Harmonies of #68BA5C
Complementary color
Monochromatic Colors of #68BA5C
Black with #68BA5C
Text Example
Text Example
White with #68BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BA5C; }
p { color: rgb(104,186,92); }
H1.HeaderClassName
{
color: #68BA5C;
}
.AnyTagClassName
{
color: #68BA5C;
}
</style>
background-color css
<style>
a { background-color: #68BA5C; }
a { background-color: rgb(104,186,92); }
div.DivClassName
{
background-color: #68BA5C;
}
.BgClassName
{
background-color: #68BA5C;
}
</style>
border-color css
<style>
span { border-color: #68BA5C; }
span { border-color: rgb(104,186,92); }
td.TdClassName
{
border-color: #68BA5C;
}
.TagClassName
{
border-color: #68BA5C;
}
</style>