Shades of Apple #68BC5A
Tints of Apple #68BC5A
RGB
CMYK
RGB Variations
Color information
#68BC5A (or 0x68BC5A) is known color: Apple. HEX triplet: 68, BC and 5A. RGB value is (104,188,90). Sum of RGB (Red+Green+Blue) = 104+188+90=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC5A is #9743A5. Grayscale: #989898. Windows color (decimal): -9913254 or 5946472. OLE color: 5946472.
HSL color Cylindrical-coordinate representation of color #68BC5A: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BC5A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 90 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.26 |
| HSL | 111.43º | 0.42% | 0.55% | - |
| HSV(B) | 111.43º | 0.52% | 0.74% | - |
| XYZ | 25.54 | 39.65 | 15.98 | - |
| YUV | 151.71 | 93.17 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 90 | 0.45 | 0 | 0.52 | 0.26 | 111.43 | 0.42 | 0.55 |
| Hex | 68 | BC | 5A | 2D | 0 | 34 | 1A | 6F | 2A | 37 |
| Octal | 150 | 274 | 132 | 55 | 0 | 64 | 32 | 157 | 52 | 67 |
| Binary | 1101000 | 10111100 | 1011010 | 101101 | 0 | 110100 | 11010 | 1101111 | 101010 | 110111 |
Color Harmonies of #68BC5A
Complementary color
Monochromatic Colors of #68BC5A
Black with #68BC5A
Text Example
Text Example
White with #68BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC5A; }
p { color: rgb(104,188,90); }
H1.HeaderClassName
{
color: #68BC5A;
}
.AnyTagClassName
{
color: #68BC5A;
}
</style>
background-color css
<style>
a { background-color: #68BC5A; }
a { background-color: rgb(104,188,90); }
div.DivClassName
{
background-color: #68BC5A;
}
.BgClassName
{
background-color: #68BC5A;
}
</style>
border-color css
<style>
span { border-color: #68BC5A; }
span { border-color: rgb(104,188,90); }
td.TdClassName
{
border-color: #68BC5A;
}
.TagClassName
{
border-color: #68BC5A;
}
</style>