Shades of Limeade #679C3C
Tints of Limeade #679C3C
RGB
CMYK
RGB Variations
Color information
#679C3C (or 0x679C3C) is known color: Limeade. HEX triplet: 67, 9C and 3C. RGB value is (103,156,60). Sum of RGB (Red+Green+Blue) = 103+156+60=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #679C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679C3C is #9863C3. Grayscale: #818181. Windows color (decimal): -9987012 or 3972199. OLE color: 3972199.
HSL color Cylindrical-coordinate representation of color #679C3C: hue angle of 93.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #679C3C is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 60 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.39 |
| HSL | 93.13º | 0.44% | 0.42% | - |
| HSV(B) | 93.13º | 0.62% | 0.61% | - |
| XYZ | 18.3 | 26.99 | 8.52 | - |
| YUV | 129.21 | 88.94 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 60 | 0.34 | 0 | 0.62 | 0.39 | 93.13 | 0.44 | 0.42 |
| Hex | 67 | 9C | 3C | 22 | 0 | 3E | 27 | 5D | 2C | 2A |
| Octal | 147 | 234 | 74 | 42 | 0 | 76 | 47 | 135 | 54 | 52 |
| Binary | 1100111 | 10011100 | 111100 | 100010 | 0 | 111110 | 100111 | 1011101 | 101100 | 101010 |
Color Harmonies of #679C3C
Complementary color
Monochromatic Colors of #679C3C
Black with #679C3C
Text Example
Text Example
White with #679C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C3C; }
p { color: rgb(103,156,60); }
H1.HeaderClassName
{
color: #679C3C;
}
.AnyTagClassName
{
color: #679C3C;
}
</style>
background-color css
<style>
a { background-color: #679C3C; }
a { background-color: rgb(103,156,60); }
div.DivClassName
{
background-color: #679C3C;
}
.BgClassName
{
background-color: #679C3C;
}
</style>
border-color css
<style>
span { border-color: #679C3C; }
span { border-color: rgb(103,156,60); }
td.TdClassName
{
border-color: #679C3C;
}
.TagClassName
{
border-color: #679C3C;
}
</style>