Shades of Limeade #679B38
Tints of Limeade #679B38
RGB
CMYK
RGB Variations
Color information
#679B38 (or 0x679B38) is known color: Limeade. HEX triplet: 67, 9B and 38. RGB value is (103,155,56). Sum of RGB (Red+Green+Blue) = 103+155+56=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #679B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B38 is #9864C7. Grayscale: #808080. Windows color (decimal): -9987272 or 3709799. OLE color: 3709799.
HSL color Cylindrical-coordinate representation of color #679B38: hue angle of 91.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #679B38 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 56 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.39 |
| HSL | 91.52º | 0.47% | 0.41% | - |
| HSV(B) | 91.52º | 0.64% | 0.61% | - |
| XYZ | 18.03 | 26.61 | 7.93 | - |
| YUV | 128.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 56 | 0.34 | 0 | 0.64 | 0.39 | 91.52 | 0.47 | 0.41 |
| Hex | 67 | 9B | 38 | 22 | 0 | 40 | 27 | 5C | 2F | 29 |
| Octal | 147 | 233 | 70 | 42 | 0 | 100 | 47 | 134 | 57 | 51 |
| Binary | 1100111 | 10011011 | 111000 | 100010 | 0 | 1000000 | 100111 | 1011100 | 101111 | 101001 |
Color Harmonies of #679B38
Complementary color
Monochromatic Colors of #679B38
Black with #679B38
Text Example
Text Example
White with #679B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B38; }
p { color: rgb(103,155,56); }
H1.HeaderClassName
{
color: #679B38;
}
.AnyTagClassName
{
color: #679B38;
}
</style>
background-color css
<style>
a { background-color: #679B38; }
a { background-color: rgb(103,155,56); }
div.DivClassName
{
background-color: #679B38;
}
.BgClassName
{
background-color: #679B38;
}
</style>
border-color css
<style>
span { border-color: #679B38; }
span { border-color: rgb(103,155,56); }
td.TdClassName
{
border-color: #679B38;
}
.TagClassName
{
border-color: #679B38;
}
</style>