Shades of Limeade #689B2F
Tints of Limeade #689B2F
RGB
CMYK
RGB Variations
Color information
#689B2F (or 0x689B2F) is known color: Limeade. HEX triplet: 68, 9B and 2F. RGB value is (104,155,47). Sum of RGB (Red+Green+Blue) = 104+155+47=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #689B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B2F is #9764D0. Grayscale: #7F7F7F. Windows color (decimal): -9921745 or 3119976. OLE color: 3119976.
HSL color Cylindrical-coordinate representation of color #689B2F: hue angle of 88.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #689B2F is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 47 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.39 |
| HSL | 88.33º | 0.53% | 0.4% | - |
| HSV(B) | 88.33º | 0.7% | 0.61% | - |
| XYZ | 17.94 | 26.59 | 6.88 | - |
| YUV | 127.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 47 | 0.33 | 0 | 0.70 | 0.39 | 88.33 | 0.53 | 0.4 |
| Hex | 68 | 9B | 2F | 21 | 0 | 46 | 27 | 58 | 35 | 28 |
| Octal | 150 | 233 | 57 | 41 | 0 | 106 | 47 | 130 | 65 | 50 |
| Binary | 1101000 | 10011011 | 101111 | 100001 | 0 | 1000110 | 100111 | 1011000 | 110101 | 101000 |
Color Harmonies of #689B2F
Complementary color
Monochromatic Colors of #689B2F
Black with #689B2F
Text Example
Text Example
White with #689B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B2F; }
p { color: rgb(104,155,47); }
H1.HeaderClassName
{
color: #689B2F;
}
.AnyTagClassName
{
color: #689B2F;
}
</style>
background-color css
<style>
a { background-color: #689B2F; }
a { background-color: rgb(104,155,47); }
div.DivClassName
{
background-color: #689B2F;
}
.BgClassName
{
background-color: #689B2F;
}
</style>
border-color css
<style>
span { border-color: #689B2F; }
span { border-color: rgb(104,155,47); }
td.TdClassName
{
border-color: #689B2F;
}
.TagClassName
{
border-color: #689B2F;
}
</style>