Shades of Limeade #679A39
Tints of Limeade #679A39
RGB
CMYK
RGB Variations
Color information
#679A39 (or 0x679A39) is known color: Limeade. HEX triplet: 67, 9A and 39. RGB value is (103,154,57). Sum of RGB (Red+Green+Blue) = 103+154+57=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #679A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A39 is #9865C6. Grayscale: #808080. Windows color (decimal): -9987527 or 3775079. OLE color: 3775079.
HSL color Cylindrical-coordinate representation of color #679A39: hue angle of 91.55º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #679A39 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 57 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.40 |
| HSL | 91.55º | 0.46% | 0.41% | - |
| HSV(B) | 91.55º | 0.63% | 0.6% | - |
| XYZ | 17.89 | 26.29 | 8 | - |
| YUV | 127.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 57 | 0.33 | 0 | 0.63 | 0.40 | 91.55 | 0.46 | 0.41 |
| Hex | 67 | 9A | 39 | 21 | 0 | 3F | 28 | 5C | 2E | 29 |
| Octal | 147 | 232 | 71 | 41 | 0 | 77 | 50 | 134 | 56 | 51 |
| Binary | 1100111 | 10011010 | 111001 | 100001 | 0 | 111111 | 101000 | 1011100 | 101110 | 101001 |
Color Harmonies of #679A39
Complementary color
Monochromatic Colors of #679A39
Black with #679A39
Text Example
Text Example
White with #679A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A39; }
p { color: rgb(103,154,57); }
H1.HeaderClassName
{
color: #679A39;
}
.AnyTagClassName
{
color: #679A39;
}
</style>
background-color css
<style>
a { background-color: #679A39; }
a { background-color: rgb(103,154,57); }
div.DivClassName
{
background-color: #679A39;
}
.BgClassName
{
background-color: #679A39;
}
</style>
border-color css
<style>
span { border-color: #679A39; }
span { border-color: rgb(103,154,57); }
td.TdClassName
{
border-color: #679A39;
}
.TagClassName
{
border-color: #679A39;
}
</style>