Shades of Limeade #679723
Tints of Limeade #679723
RGB
CMYK
RGB Variations
Color information
#679723 (or 0x679723) is known color: Limeade. HEX triplet: 67, 97 and 23. RGB value is (103,151,35). Sum of RGB (Red+Green+Blue) = 103+151+35=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #679723 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679723 is #9868DC. Grayscale: #7B7B7B. Windows color (decimal): -9988317 or 2332519. OLE color: 2332519.
HSL color Cylindrical-coordinate representation of color #679723: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679723 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 151 | 35 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.41 |
| HSL | 84.83º | 0.62% | 0.36% | - |
| HSV(B) | 84.83º | 0.77% | 0.59% | - |
| XYZ | 16.96 | 25.14 | 5.55 | - |
| YUV | 123.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 35 | 0.32 | 0 | 0.77 | 0.41 | 84.83 | 0.62 | 0.36 |
| Hex | 67 | 97 | 23 | 20 | 0 | 4D | 29 | 55 | 3E | 24 |
| Octal | 147 | 227 | 43 | 40 | 0 | 115 | 51 | 125 | 76 | 44 |
| Binary | 1100111 | 10010111 | 100011 | 100000 | 0 | 1001101 | 101001 | 1010101 | 111110 | 100100 |
Color Harmonies of #679723
Complementary color
Monochromatic Colors of #679723
Black with #679723
Text Example
Text Example
White with #679723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679723; }
p { color: rgb(103,151,35); }
H1.HeaderClassName
{
color: #679723;
}
.AnyTagClassName
{
color: #679723;
}
</style>
background-color css
<style>
a { background-color: #679723; }
a { background-color: rgb(103,151,35); }
div.DivClassName
{
background-color: #679723;
}
.BgClassName
{
background-color: #679723;
}
</style>
border-color css
<style>
span { border-color: #679723; }
span { border-color: rgb(103,151,35); }
td.TdClassName
{
border-color: #679723;
}
.TagClassName
{
border-color: #679723;
}
</style>