Shades of Limeade #689F34
Tints of Limeade #689F34
RGB
CMYK
RGB Variations
Color information
#689F34 (or 0x689F34) is known color: Limeade. HEX triplet: 68, 9F and 34. RGB value is (104,159,52). Sum of RGB (Red+Green+Blue) = 104+159+52=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #689F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689F34 is #9760CB. Grayscale: #828282. Windows color (decimal): -9920716 or 3448680. OLE color: 3448680.
HSL color Cylindrical-coordinate representation of color #689F34: hue angle of 90.84º degrees, saturation: 0.51, 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 #689F34 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 159 | 52 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.38 |
| HSL | 90.84º | 0.51% | 0.41% | - |
| HSV(B) | 90.84º | 0.67% | 0.62% | - |
| XYZ | 18.73 | 27.99 | 7.66 | - |
| YUV | 130.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 52 | 0.35 | 0 | 0.67 | 0.38 | 90.84 | 0.51 | 0.41 |
| Hex | 68 | 9F | 34 | 23 | 0 | 43 | 26 | 5B | 33 | 29 |
| Octal | 150 | 237 | 64 | 43 | 0 | 103 | 46 | 133 | 63 | 51 |
| Binary | 1101000 | 10011111 | 110100 | 100011 | 0 | 1000011 | 100110 | 1011011 | 110011 | 101001 |
Color Harmonies of #689F34
Complementary color
Monochromatic Colors of #689F34
Black with #689F34
Text Example
Text Example
White with #689F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689F34; }
p { color: rgb(104,159,52); }
H1.HeaderClassName
{
color: #689F34;
}
.AnyTagClassName
{
color: #689F34;
}
</style>
background-color css
<style>
a { background-color: #689F34; }
a { background-color: rgb(104,159,52); }
div.DivClassName
{
background-color: #689F34;
}
.BgClassName
{
background-color: #689F34;
}
</style>
border-color css
<style>
span { border-color: #689F34; }
span { border-color: rgb(104,159,52); }
td.TdClassName
{
border-color: #689F34;
}
.TagClassName
{
border-color: #689F34;
}
</style>