Shades of Limeade #689941
Tints of Limeade #689941
RGB
CMYK
RGB Variations
Color information
#689941 (or 0x689941) is known color: Limeade. HEX triplet: 68, 99 and 41. RGB value is (104,153,65). Sum of RGB (Red+Green+Blue) = 104+153+65=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #689941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689941 is #9766BE. Grayscale: #808080. Windows color (decimal): -9922239 or 4299112. OLE color: 4299112.
HSL color Cylindrical-coordinate representation of color #689941: hue angle of 93.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689941 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 65 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.4 |
| HSL | 93.41º | 0.4% | 0.43% | - |
| HSV(B) | 93.41º | 0.58% | 0.6% | - |
| XYZ | 18.05 | 26.11 | 9.09 | - |
| YUV | 128.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 65 | 0.32 | 0 | 0.58 | 0.4 | 93.41 | 0.4 | 0.43 |
| Hex | 68 | 99 | 41 | 20 | 0 | 3A | 28 | 5D | 28 | 2B |
| Octal | 150 | 231 | 101 | 40 | 0 | 72 | 50 | 135 | 50 | 53 |
| Binary | 1101000 | 10011001 | 1000001 | 100000 | 0 | 111010 | 101000 | 1011101 | 101000 | 101011 |
Color Harmonies of #689941
Complementary color
Monochromatic Colors of #689941
Black with #689941
Text Example
Text Example
White with #689941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689941; }
p { color: rgb(104,153,65); }
H1.HeaderClassName
{
color: #689941;
}
.AnyTagClassName
{
color: #689941;
}
</style>
background-color css
<style>
a { background-color: #689941; }
a { background-color: rgb(104,153,65); }
div.DivClassName
{
background-color: #689941;
}
.BgClassName
{
background-color: #689941;
}
</style>
border-color css
<style>
span { border-color: #689941; }
span { border-color: rgb(104,153,65); }
td.TdClassName
{
border-color: #689941;
}
.TagClassName
{
border-color: #689941;
}
</style>