Shades of Apple #68BB5C
Tints of Apple #68BB5C
RGB
CMYK
RGB Variations
Color information
#68BB5C (or 0x68BB5C) is known color: Apple. HEX triplet: 68, BB and 5C. RGB value is (104,187,92). Sum of RGB (Red+Green+Blue) = 104+187+92=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #68BB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BB5C is #9744A3. Grayscale: #979797. Windows color (decimal): -9913508 or 6077288. OLE color: 6077288.
HSL color Cylindrical-coordinate representation of color #68BB5C: hue angle of 112.42º 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 #68BB5C is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 92 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.27 |
| HSL | 112.42º | 0.41% | 0.55% | - |
| HSV(B) | 112.42º | 0.51% | 0.73% | - |
| XYZ | 25.41 | 39.26 | 16.36 | - |
| YUV | 151.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 92 | 0.44 | 0 | 0.51 | 0.27 | 112.42 | 0.41 | 0.55 |
| Hex | 68 | BB | 5C | 2C | 0 | 33 | 1B | 70 | 29 | 37 |
| Octal | 150 | 273 | 134 | 54 | 0 | 63 | 33 | 160 | 51 | 67 |
| Binary | 1101000 | 10111011 | 1011100 | 101100 | 0 | 110011 | 11011 | 1110000 | 101001 | 110111 |
Color Harmonies of #68BB5C
Complementary color
Monochromatic Colors of #68BB5C
Black with #68BB5C
Text Example
Text Example
White with #68BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BB5C; }
p { color: rgb(104,187,92); }
H1.HeaderClassName
{
color: #68BB5C;
}
.AnyTagClassName
{
color: #68BB5C;
}
</style>
background-color css
<style>
a { background-color: #68BB5C; }
a { background-color: rgb(104,187,92); }
div.DivClassName
{
background-color: #68BB5C;
}
.BgClassName
{
background-color: #68BB5C;
}
</style>
border-color css
<style>
span { border-color: #68BB5C; }
span { border-color: rgb(104,187,92); }
td.TdClassName
{
border-color: #68BB5C;
}
.TagClassName
{
border-color: #68BB5C;
}
</style>