Shades of Limeade #679B36
Tints of Limeade #679B36
RGB
CMYK
RGB Variations
Color information
#679B36 (or 0x679B36) is known color: Limeade. HEX triplet: 67, 9B and 36. RGB value is (103,155,54). Sum of RGB (Red+Green+Blue) = 103+155+54=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #679B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B36 is #9864C9. Grayscale: #808080. Windows color (decimal): -9987274 or 3578727. OLE color: 3578727.
HSL color Cylindrical-coordinate representation of color #679B36: hue angle of 90.89º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #679B36 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 54 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.39 |
| HSL | 90.89º | 0.48% | 0.41% | - |
| HSV(B) | 90.89º | 0.65% | 0.61% | - |
| XYZ | 17.98 | 26.59 | 7.68 | - |
| YUV | 127.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 54 | 0.34 | 0 | 0.65 | 0.39 | 90.89 | 0.48 | 0.41 |
| Hex | 67 | 9B | 36 | 22 | 0 | 41 | 27 | 5B | 30 | 29 |
| Octal | 147 | 233 | 66 | 42 | 0 | 101 | 47 | 133 | 60 | 51 |
| Binary | 1100111 | 10011011 | 110110 | 100010 | 0 | 1000001 | 100111 | 1011011 | 110000 | 101001 |
Color Harmonies of #679B36
Complementary color
Monochromatic Colors of #679B36
Black with #679B36
Text Example
Text Example
White with #679B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B36; }
p { color: rgb(103,155,54); }
H1.HeaderClassName
{
color: #679B36;
}
.AnyTagClassName
{
color: #679B36;
}
</style>
background-color css
<style>
a { background-color: #679B36; }
a { background-color: rgb(103,155,54); }
div.DivClassName
{
background-color: #679B36;
}
.BgClassName
{
background-color: #679B36;
}
</style>
border-color css
<style>
span { border-color: #679B36; }
span { border-color: rgb(103,155,54); }
td.TdClassName
{
border-color: #679B36;
}
.TagClassName
{
border-color: #679B36;
}
</style>