Shades of Limeade #679C3D
Tints of Limeade #679C3D
RGB
CMYK
RGB Variations
Color information
#679C3D (or 0x679C3D) is known color: Limeade. HEX triplet: 67, 9C and 3D. RGB value is (103,156,61). Sum of RGB (Red+Green+Blue) = 103+156+61=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #679C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679C3D is #9863C2. Grayscale: #818181. Windows color (decimal): -9987011 or 4037735. OLE color: 4037735.
HSL color Cylindrical-coordinate representation of color #679C3D: hue angle of 93.47º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #679C3D is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 61 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.39 |
| HSL | 93.47º | 0.44% | 0.43% | - |
| HSV(B) | 93.47º | 0.61% | 0.61% | - |
| XYZ | 18.32 | 27 | 8.66 | - |
| YUV | 129.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 61 | 0.34 | 0 | 0.61 | 0.39 | 93.47 | 0.44 | 0.43 |
| Hex | 67 | 9C | 3D | 22 | 0 | 3D | 27 | 5D | 2C | 2B |
| Octal | 147 | 234 | 75 | 42 | 0 | 75 | 47 | 135 | 54 | 53 |
| Binary | 1100111 | 10011100 | 111101 | 100010 | 0 | 111101 | 100111 | 1011101 | 101100 | 101011 |
Color Harmonies of #679C3D
Complementary color
Monochromatic Colors of #679C3D
Black with #679C3D
Text Example
Text Example
White with #679C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C3D; }
p { color: rgb(103,156,61); }
H1.HeaderClassName
{
color: #679C3D;
}
.AnyTagClassName
{
color: #679C3D;
}
</style>
background-color css
<style>
a { background-color: #679C3D; }
a { background-color: rgb(103,156,61); }
div.DivClassName
{
background-color: #679C3D;
}
.BgClassName
{
background-color: #679C3D;
}
</style>
border-color css
<style>
span { border-color: #679C3D; }
span { border-color: rgb(103,156,61); }
td.TdClassName
{
border-color: #679C3D;
}
.TagClassName
{
border-color: #679C3D;
}
</style>