Shades of Limeade #679A37
Tints of Limeade #679A37
RGB
CMYK
RGB Variations
Color information
#679A37 (or 0x679A37) is known color: Limeade. HEX triplet: 67, 9A and 37. RGB value is (103,154,55). Sum of RGB (Red+Green+Blue) = 103+154+55=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #679A37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A37 is #9865C8. Grayscale: #7F7F7F. Windows color (decimal): -9987529 or 3644007. OLE color: 3644007.
HSL color Cylindrical-coordinate representation of color #679A37: hue angle of 90.91º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #679A37 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 55 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.40 |
| HSL | 90.91º | 0.47% | 0.41% | - |
| HSV(B) | 90.91º | 0.64% | 0.6% | - |
| XYZ | 17.84 | 26.27 | 7.74 | - |
| YUV | 127.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 55 | 0.33 | 0 | 0.64 | 0.40 | 90.91 | 0.47 | 0.41 |
| Hex | 67 | 9A | 37 | 21 | 0 | 40 | 28 | 5B | 2F | 29 |
| Octal | 147 | 232 | 67 | 41 | 0 | 100 | 50 | 133 | 57 | 51 |
| Binary | 1100111 | 10011010 | 110111 | 100001 | 0 | 1000000 | 101000 | 1011011 | 101111 | 101001 |
Color Harmonies of #679A37
Complementary color
Monochromatic Colors of #679A37
Black with #679A37
Text Example
Text Example
White with #679A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A37; }
p { color: rgb(103,154,55); }
H1.HeaderClassName
{
color: #679A37;
}
.AnyTagClassName
{
color: #679A37;
}
</style>
background-color css
<style>
a { background-color: #679A37; }
a { background-color: rgb(103,154,55); }
div.DivClassName
{
background-color: #679A37;
}
.BgClassName
{
background-color: #679A37;
}
</style>
border-color css
<style>
span { border-color: #679A37; }
span { border-color: rgb(103,154,55); }
td.TdClassName
{
border-color: #679A37;
}
.TagClassName
{
border-color: #679A37;
}
</style>