Shades of Limeade #679F2C
Tints of Limeade #679F2C
RGB
CMYK
RGB Variations
Color information
#679F2C (or 0x679F2C) is known color: Limeade. HEX triplet: 67, 9F and 2C. RGB value is (103,159,44). Sum of RGB (Red+Green+Blue) = 103+159+44=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #679F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679F2C is #9860D3. Grayscale: #818181. Windows color (decimal): -9986260 or 2924391. OLE color: 2924391.
HSL color Cylindrical-coordinate representation of color #679F2C: hue angle of 89.22º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #679F2C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 159 | 44 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.38 |
| HSL | 89.22º | 0.57% | 0.4% | - |
| HSV(B) | 89.22º | 0.72% | 0.62% | - |
| XYZ | 18.45 | 27.86 | 6.79 | - |
| YUV | 129.15 | 79.95 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 159 | 44 | 0.35 | 0 | 0.72 | 0.38 | 89.22 | 0.57 | 0.4 |
| Hex | 67 | 9F | 2C | 23 | 0 | 48 | 26 | 59 | 39 | 28 |
| Octal | 147 | 237 | 54 | 43 | 0 | 110 | 46 | 131 | 71 | 50 |
| Binary | 1100111 | 10011111 | 101100 | 100011 | 0 | 1001000 | 100110 | 1011001 | 111001 | 101000 |
Color Harmonies of #679F2C
Complementary color
Monochromatic Colors of #679F2C
Black with #679F2C
Text Example
Text Example
White with #679F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679F2C; }
p { color: rgb(103,159,44); }
H1.HeaderClassName
{
color: #679F2C;
}
.AnyTagClassName
{
color: #679F2C;
}
</style>
background-color css
<style>
a { background-color: #679F2C; }
a { background-color: rgb(103,159,44); }
div.DivClassName
{
background-color: #679F2C;
}
.BgClassName
{
background-color: #679F2C;
}
</style>
border-color css
<style>
span { border-color: #679F2C; }
span { border-color: rgb(103,159,44); }
td.TdClassName
{
border-color: #679F2C;
}
.TagClassName
{
border-color: #679F2C;
}
</style>