Shades of Limeade #679724
Tints of Limeade #679724
RGB
CMYK
RGB Variations
Color information
#679724 (or 0x679724) is known color: Limeade. HEX triplet: 67, 97 and 24. RGB value is (103,151,36). Sum of RGB (Red+Green+Blue) = 103+151+36=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #679724 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679724 is #9868DB. Grayscale: #7B7B7B. Windows color (decimal): -9988316 or 2398055. OLE color: 2398055.
HSL color Cylindrical-coordinate representation of color #679724: hue angle of 85.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #679724 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 36 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.41 |
| HSL | 85.04º | 0.61% | 0.37% | - |
| HSV(B) | 85.04º | 0.76% | 0.59% | - |
| XYZ | 16.98 | 25.14 | 5.63 | - |
| YUV | 123.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 36 | 0.32 | 0 | 0.76 | 0.41 | 85.04 | 0.61 | 0.37 |
| Hex | 67 | 97 | 24 | 20 | 0 | 4C | 29 | 55 | 3D | 25 |
| Octal | 147 | 227 | 44 | 40 | 0 | 114 | 51 | 125 | 75 | 45 |
| Binary | 1100111 | 10010111 | 100100 | 100000 | 0 | 1001100 | 101001 | 1010101 | 111101 | 100101 |
Color Harmonies of #679724
Complementary color
Monochromatic Colors of #679724
Black with #679724
Text Example
Text Example
White with #679724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679724; }
p { color: rgb(103,151,36); }
H1.HeaderClassName
{
color: #679724;
}
.AnyTagClassName
{
color: #679724;
}
</style>
background-color css
<style>
a { background-color: #679724; }
a { background-color: rgb(103,151,36); }
div.DivClassName
{
background-color: #679724;
}
.BgClassName
{
background-color: #679724;
}
</style>
border-color css
<style>
span { border-color: #679724; }
span { border-color: rgb(103,151,36); }
td.TdClassName
{
border-color: #679724;
}
.TagClassName
{
border-color: #679724;
}
</style>