Shades of Limeade #689B35
Tints of Limeade #689B35
RGB
CMYK
RGB Variations
Color information
#689B35 (or 0x689B35) is known color: Limeade. HEX triplet: 68, 9B and 35. RGB value is (104,155,53). Sum of RGB (Red+Green+Blue) = 104+155+53=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #689B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B35 is #9764CA. Grayscale: #808080. Windows color (decimal): -9921739 or 3513192. OLE color: 3513192.
HSL color Cylindrical-coordinate representation of color #689B35: hue angle of 90º degrees, saturation: 0.49, 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 #689B35 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 53 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.39 |
| HSL | 90º | 0.49% | 0.41% | - |
| HSV(B) | 90º | 0.66% | 0.61% | - |
| XYZ | 18.07 | 26.64 | 7.56 | - |
| YUV | 128.12 | 85.6 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 53 | 0.33 | 0 | 0.66 | 0.39 | 90 | 0.49 | 0.41 |
| Hex | 68 | 9B | 35 | 21 | 0 | 42 | 27 | 5A | 31 | 29 |
| Octal | 150 | 233 | 65 | 41 | 0 | 102 | 47 | 132 | 61 | 51 |
| Binary | 1101000 | 10011011 | 110101 | 100001 | 0 | 1000010 | 100111 | 1011010 | 110001 | 101001 |
Color Harmonies of #689B35
Complementary color
Monochromatic Colors of #689B35
Black with #689B35
Text Example
Text Example
White with #689B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B35; }
p { color: rgb(104,155,53); }
H1.HeaderClassName
{
color: #689B35;
}
.AnyTagClassName
{
color: #689B35;
}
</style>
background-color css
<style>
a { background-color: #689B35; }
a { background-color: rgb(104,155,53); }
div.DivClassName
{
background-color: #689B35;
}
.BgClassName
{
background-color: #689B35;
}
</style>
border-color css
<style>
span { border-color: #689B35; }
span { border-color: rgb(104,155,53); }
td.TdClassName
{
border-color: #689B35;
}
.TagClassName
{
border-color: #689B35;
}
</style>