Shades of Limeade #68A636
Tints of Limeade #68A636
RGB
CMYK
RGB Variations
Color information
#68A636 (or 0x68A636) is known color: Limeade. HEX triplet: 68, A6 and 36. RGB value is (104,166,54). Sum of RGB (Red+Green+Blue) = 104+166+54=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #68A636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A636 is #9759C9. Grayscale: #878787. Windows color (decimal): -9918922 or 3581544. OLE color: 3581544.
HSL color Cylindrical-coordinate representation of color #68A636: hue angle of 93.21º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68A636 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 54 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.35 |
| HSL | 93.21º | 0.51% | 0.43% | - |
| HSV(B) | 93.21º | 0.67% | 0.65% | - |
| XYZ | 20.01 | 30.48 | 8.32 | - |
| YUV | 134.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 54 | 0.37 | 0 | 0.67 | 0.35 | 93.21 | 0.51 | 0.43 |
| Hex | 68 | A6 | 36 | 25 | 0 | 43 | 23 | 5D | 33 | 2B |
| Octal | 150 | 246 | 66 | 45 | 0 | 103 | 43 | 135 | 63 | 53 |
| Binary | 1101000 | 10100110 | 110110 | 100101 | 0 | 1000011 | 100011 | 1011101 | 110011 | 101011 |
Color Harmonies of #68A636
Complementary color
Monochromatic Colors of #68A636
Black with #68A636
Text Example
Text Example
White with #68A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A636; }
p { color: rgb(104,166,54); }
H1.HeaderClassName
{
color: #68A636;
}
.AnyTagClassName
{
color: #68A636;
}
</style>
background-color css
<style>
a { background-color: #68A636; }
a { background-color: rgb(104,166,54); }
div.DivClassName
{
background-color: #68A636;
}
.BgClassName
{
background-color: #68A636;
}
</style>
border-color css
<style>
span { border-color: #68A636; }
span { border-color: rgb(104,166,54); }
td.TdClassName
{
border-color: #68A636;
}
.TagClassName
{
border-color: #68A636;
}
</style>