Shades of Limeade #679822
Tints of Limeade #679822
RGB
CMYK
RGB Variations
Color information
#679822 (or 0x679822) is known color: Limeade. HEX triplet: 67, 98 and 22. RGB value is (103,152,34). Sum of RGB (Red+Green+Blue) = 103+152+34=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #679822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679822 is #9867DD. Grayscale: #7C7C7C. Windows color (decimal): -9988062 or 2267239. OLE color: 2267239.
HSL color Cylindrical-coordinate representation of color #679822: hue angle of 84.92º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679822 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 34 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.40 |
| HSL | 84.92º | 0.63% | 0.36% | - |
| HSV(B) | 84.92º | 0.78% | 0.6% | - |
| XYZ | 17.11 | 25.46 | 5.52 | - |
| YUV | 123.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 34 | 0.32 | 0 | 0.78 | 0.40 | 84.92 | 0.63 | 0.36 |
| Hex | 67 | 98 | 22 | 20 | 0 | 4E | 28 | 55 | 3F | 24 |
| Octal | 147 | 230 | 42 | 40 | 0 | 116 | 50 | 125 | 77 | 44 |
| Binary | 1100111 | 10011000 | 100010 | 100000 | 0 | 1001110 | 101000 | 1010101 | 111111 | 100100 |
Color Harmonies of #679822
Complementary color
Monochromatic Colors of #679822
Black with #679822
Text Example
Text Example
White with #679822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679822; }
p { color: rgb(103,152,34); }
H1.HeaderClassName
{
color: #679822;
}
.AnyTagClassName
{
color: #679822;
}
</style>
background-color css
<style>
a { background-color: #679822; }
a { background-color: rgb(103,152,34); }
div.DivClassName
{
background-color: #679822;
}
.BgClassName
{
background-color: #679822;
}
</style>
border-color css
<style>
span { border-color: #679822; }
span { border-color: rgb(103,152,34); }
td.TdClassName
{
border-color: #679822;
}
.TagClassName
{
border-color: #679822;
}
</style>