Shades of Limeade #689A39
Tints of Limeade #689A39
RGB
CMYK
RGB Variations
Color information
#689A39 (or 0x689A39) is known color: Limeade. HEX triplet: 68, 9A and 39. RGB value is (104,154,57). Sum of RGB (Red+Green+Blue) = 104+154+57=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #689A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689A39 is #9765C6. Grayscale: #808080. Windows color (decimal): -9921991 or 3775080. OLE color: 3775080.
HSL color Cylindrical-coordinate representation of color #689A39: hue angle of 90.93º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #689A39 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 57 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.40 |
| HSL | 90.93º | 0.46% | 0.41% | - |
| HSV(B) | 90.93º | 0.63% | 0.6% | - |
| XYZ | 18 | 26.35 | 8.01 | - |
| YUV | 127.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 57 | 0.32 | 0 | 0.63 | 0.40 | 90.93 | 0.46 | 0.41 |
| Hex | 68 | 9A | 39 | 20 | 0 | 3F | 28 | 5B | 2E | 29 |
| Octal | 150 | 232 | 71 | 40 | 0 | 77 | 50 | 133 | 56 | 51 |
| Binary | 1101000 | 10011010 | 111001 | 100000 | 0 | 111111 | 101000 | 1011011 | 101110 | 101001 |
Color Harmonies of #689A39
Complementary color
Monochromatic Colors of #689A39
Black with #689A39
Text Example
Text Example
White with #689A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A39; }
p { color: rgb(104,154,57); }
H1.HeaderClassName
{
color: #689A39;
}
.AnyTagClassName
{
color: #689A39;
}
</style>
background-color css
<style>
a { background-color: #689A39; }
a { background-color: rgb(104,154,57); }
div.DivClassName
{
background-color: #689A39;
}
.BgClassName
{
background-color: #689A39;
}
</style>
border-color css
<style>
span { border-color: #689A39; }
span { border-color: rgb(104,154,57); }
td.TdClassName
{
border-color: #689A39;
}
.TagClassName
{
border-color: #689A39;
}
</style>