Shades of Limeade #679B32
Tints of Limeade #679B32
RGB
CMYK
RGB Variations
Color information
#679B32 (or 0x679B32) is known color: Limeade. HEX triplet: 67, 9B and 32. RGB value is (103,155,50). Sum of RGB (Red+Green+Blue) = 103+155+50=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #679B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B32 is #9864CD. Grayscale: #7F7F7F. Windows color (decimal): -9987278 or 3316583. OLE color: 3316583.
HSL color Cylindrical-coordinate representation of color #679B32: hue angle of 89.71º degrees, saturation: 0.51, 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 #679B32 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 50 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.39 |
| HSL | 89.71º | 0.51% | 0.4% | - |
| HSV(B) | 89.71º | 0.68% | 0.61% | - |
| XYZ | 17.89 | 26.56 | 7.2 | - |
| YUV | 127.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 50 | 0.34 | 0 | 0.68 | 0.39 | 89.71 | 0.51 | 0.4 |
| Hex | 67 | 9B | 32 | 22 | 0 | 44 | 27 | 5A | 33 | 28 |
| Octal | 147 | 233 | 62 | 42 | 0 | 104 | 47 | 132 | 63 | 50 |
| Binary | 1100111 | 10011011 | 110010 | 100010 | 0 | 1000100 | 100111 | 1011010 | 110011 | 101000 |
Color Harmonies of #679B32
Complementary color
Monochromatic Colors of #679B32
Black with #679B32
Text Example
Text Example
White with #679B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B32; }
p { color: rgb(103,155,50); }
H1.HeaderClassName
{
color: #679B32;
}
.AnyTagClassName
{
color: #679B32;
}
</style>
background-color css
<style>
a { background-color: #679B32; }
a { background-color: rgb(103,155,50); }
div.DivClassName
{
background-color: #679B32;
}
.BgClassName
{
background-color: #679B32;
}
</style>
border-color css
<style>
span { border-color: #679B32; }
span { border-color: rgb(103,155,50); }
td.TdClassName
{
border-color: #679B32;
}
.TagClassName
{
border-color: #679B32;
}
</style>