Shades of Limeade #689B34
Tints of Limeade #689B34
RGB
CMYK
RGB Variations
Color information
#689B34 (or 0x689B34) is known color: Limeade. HEX triplet: 68, 9B and 34. RGB value is (104,155,52). Sum of RGB (Red+Green+Blue) = 104+155+52=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #689B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B34 is #9764CB. Grayscale: #808080. Windows color (decimal): -9921740 or 3447656. OLE color: 3447656.
HSL color Cylindrical-coordinate representation of color #689B34: hue angle of 89.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #689B34 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 52 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.39 |
| HSL | 89.71º | 0.5% | 0.41% | - |
| HSV(B) | 89.71º | 0.66% | 0.61% | - |
| XYZ | 18.05 | 26.63 | 7.44 | - |
| YUV | 128.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 52 | 0.33 | 0 | 0.66 | 0.39 | 89.71 | 0.5 | 0.41 |
| Hex | 68 | 9B | 34 | 21 | 0 | 42 | 27 | 5A | 32 | 29 |
| Octal | 150 | 233 | 64 | 41 | 0 | 102 | 47 | 132 | 62 | 51 |
| Binary | 1101000 | 10011011 | 110100 | 100001 | 0 | 1000010 | 100111 | 1011010 | 110010 | 101001 |
Color Harmonies of #689B34
Complementary color
Monochromatic Colors of #689B34
Black with #689B34
Text Example
Text Example
White with #689B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B34; }
p { color: rgb(104,155,52); }
H1.HeaderClassName
{
color: #689B34;
}
.AnyTagClassName
{
color: #689B34;
}
</style>
background-color css
<style>
a { background-color: #689B34; }
a { background-color: rgb(104,155,52); }
div.DivClassName
{
background-color: #689B34;
}
.BgClassName
{
background-color: #689B34;
}
</style>
border-color css
<style>
span { border-color: #689B34; }
span { border-color: rgb(104,155,52); }
td.TdClassName
{
border-color: #689B34;
}
.TagClassName
{
border-color: #689B34;
}
</style>