Shades of Limeade #679B31
Tints of Limeade #679B31
RGB
CMYK
RGB Variations
Color information
#679B31 (or 0x679B31) is known color: Limeade. HEX triplet: 67, 9B and 31. RGB value is (103,155,49). Sum of RGB (Red+Green+Blue) = 103+155+49=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #679B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B31 is #9864CE. Grayscale: #7F7F7F. Windows color (decimal): -9987279 or 3251047. OLE color: 3251047.
HSL color Cylindrical-coordinate representation of color #679B31: hue angle of 89.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #679B31 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 49 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.39 |
| HSL | 89.43º | 0.52% | 0.4% | - |
| HSV(B) | 89.43º | 0.68% | 0.61% | - |
| XYZ | 17.87 | 26.55 | 7.09 | - |
| YUV | 127.37 | 83.77 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 49 | 0.34 | 0 | 0.68 | 0.39 | 89.43 | 0.52 | 0.4 |
| Hex | 67 | 9B | 31 | 22 | 0 | 44 | 27 | 59 | 34 | 28 |
| Octal | 147 | 233 | 61 | 42 | 0 | 104 | 47 | 131 | 64 | 50 |
| Binary | 1100111 | 10011011 | 110001 | 100010 | 0 | 1000100 | 100111 | 1011001 | 110100 | 101000 |
Color Harmonies of #679B31
Complementary color
Monochromatic Colors of #679B31
Black with #679B31
Text Example
Text Example
White with #679B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B31; }
p { color: rgb(103,155,49); }
H1.HeaderClassName
{
color: #679B31;
}
.AnyTagClassName
{
color: #679B31;
}
</style>
background-color css
<style>
a { background-color: #679B31; }
a { background-color: rgb(103,155,49); }
div.DivClassName
{
background-color: #679B31;
}
.BgClassName
{
background-color: #679B31;
}
</style>
border-color css
<style>
span { border-color: #679B31; }
span { border-color: rgb(103,155,49); }
td.TdClassName
{
border-color: #679B31;
}
.TagClassName
{
border-color: #679B31;
}
</style>