Shades of Limeade #689C36
Tints of Limeade #689C36
RGB
CMYK
RGB Variations
Color information
#689C36 (or 0x689C36) is known color: Limeade. HEX triplet: 68, 9C and 36. RGB value is (104,156,54). Sum of RGB (Red+Green+Blue) = 104+156+54=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #689C36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689C36 is #9763C9. Grayscale: #818181. Windows color (decimal): -9921482 or 3578984. OLE color: 3578984.
HSL color Cylindrical-coordinate representation of color #689C36: hue angle of 90.59º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #689C36 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 54 | - |
| CMYK | 0.33 | 0 | 0.65 | 0.39 |
| HSL | 90.59º | 0.49% | 0.41% | - |
| HSV(B) | 90.59º | 0.65% | 0.61% | - |
| XYZ | 18.26 | 26.99 | 7.74 | - |
| YUV | 128.82 | 85.77 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 54 | 0.33 | 0 | 0.65 | 0.39 | 90.59 | 0.49 | 0.41 |
| Hex | 68 | 9C | 36 | 21 | 0 | 41 | 27 | 5B | 31 | 29 |
| Octal | 150 | 234 | 66 | 41 | 0 | 101 | 47 | 133 | 61 | 51 |
| Binary | 1101000 | 10011100 | 110110 | 100001 | 0 | 1000001 | 100111 | 1011011 | 110001 | 101001 |
Color Harmonies of #689C36
Complementary color
Monochromatic Colors of #689C36
Black with #689C36
Text Example
Text Example
White with #689C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C36; }
p { color: rgb(104,156,54); }
H1.HeaderClassName
{
color: #689C36;
}
.AnyTagClassName
{
color: #689C36;
}
</style>
background-color css
<style>
a { background-color: #689C36; }
a { background-color: rgb(104,156,54); }
div.DivClassName
{
background-color: #689C36;
}
.BgClassName
{
background-color: #689C36;
}
</style>
border-color css
<style>
span { border-color: #689C36; }
span { border-color: rgb(104,156,54); }
td.TdClassName
{
border-color: #689C36;
}
.TagClassName
{
border-color: #689C36;
}
</style>