Shades of Limeade #679A3E
Tints of Limeade #679A3E
RGB
CMYK
RGB Variations
Color information
#679A3E (or 0x679A3E) is known color: Limeade. HEX triplet: 67, 9A and 3E. RGB value is (103,154,62). Sum of RGB (Red+Green+Blue) = 103+154+62=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #679A3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A3E is #9865C1. Grayscale: #808080. Windows color (decimal): -9987522 or 4102759. OLE color: 4102759.
HSL color Cylindrical-coordinate representation of color #679A3E: hue angle of 93.26º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #679A3E is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 62 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.40 |
| HSL | 93.26º | 0.43% | 0.42% | - |
| HSV(B) | 93.26º | 0.6% | 0.6% | - |
| XYZ | 18.02 | 26.34 | 8.69 | - |
| YUV | 128.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 62 | 0.33 | 0 | 0.60 | 0.40 | 93.26 | 0.43 | 0.42 |
| Hex | 67 | 9A | 3E | 21 | 0 | 3C | 28 | 5D | 2B | 2A |
| Octal | 147 | 232 | 76 | 41 | 0 | 74 | 50 | 135 | 53 | 52 |
| Binary | 1100111 | 10011010 | 111110 | 100001 | 0 | 111100 | 101000 | 1011101 | 101011 | 101010 |
Color Harmonies of #679A3E
Complementary color
Monochromatic Colors of #679A3E
Black with #679A3E
Text Example
Text Example
White with #679A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A3E; }
p { color: rgb(103,154,62); }
H1.HeaderClassName
{
color: #679A3E;
}
.AnyTagClassName
{
color: #679A3E;
}
</style>
background-color css
<style>
a { background-color: #679A3E; }
a { background-color: rgb(103,154,62); }
div.DivClassName
{
background-color: #679A3E;
}
.BgClassName
{
background-color: #679A3E;
}
</style>
border-color css
<style>
span { border-color: #679A3E; }
span { border-color: rgb(103,154,62); }
td.TdClassName
{
border-color: #679A3E;
}
.TagClassName
{
border-color: #679A3E;
}
</style>