Shades of Limeade #689D34
Tints of Limeade #689D34
RGB
CMYK
RGB Variations
Color information
#689D34 (or 0x689D34) is known color: Limeade. HEX triplet: 68, 9D and 34. RGB value is (104,157,52). Sum of RGB (Red+Green+Blue) = 104+157+52=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #689D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D34 is #9762CB. Grayscale: #818181. Windows color (decimal): -9921228 or 3448168. OLE color: 3448168.
HSL color Cylindrical-coordinate representation of color #689D34: hue angle of 90.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #689D34 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 52 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.38 |
| HSL | 90.29º | 0.5% | 0.41% | - |
| HSV(B) | 90.29º | 0.67% | 0.62% | - |
| XYZ | 18.39 | 27.3 | 7.55 | - |
| YUV | 129.18 | 84.44 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 52 | 0.34 | 0 | 0.67 | 0.38 | 90.29 | 0.5 | 0.41 |
| Hex | 68 | 9D | 34 | 22 | 0 | 43 | 26 | 5A | 32 | 29 |
| Octal | 150 | 235 | 64 | 42 | 0 | 103 | 46 | 132 | 62 | 51 |
| Binary | 1101000 | 10011101 | 110100 | 100010 | 0 | 1000011 | 100110 | 1011010 | 110010 | 101001 |
Color Harmonies of #689D34
Complementary color
Monochromatic Colors of #689D34
Black with #689D34
Text Example
Text Example
White with #689D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D34; }
p { color: rgb(104,157,52); }
H1.HeaderClassName
{
color: #689D34;
}
.AnyTagClassName
{
color: #689D34;
}
</style>
background-color css
<style>
a { background-color: #689D34; }
a { background-color: rgb(104,157,52); }
div.DivClassName
{
background-color: #689D34;
}
.BgClassName
{
background-color: #689D34;
}
</style>
border-color css
<style>
span { border-color: #689D34; }
span { border-color: rgb(104,157,52); }
td.TdClassName
{
border-color: #689D34;
}
.TagClassName
{
border-color: #689D34;
}
</style>