Shades of Limeade #68972D
Tints of Limeade #68972D
RGB
CMYK
RGB Variations
Color information
#68972D (or 0x68972D) is known color: Limeade. HEX triplet: 68, 97 and 2D. RGB value is (104,151,45). Sum of RGB (Red+Green+Blue) = 104+151+45=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #68972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68972D is #9768D2. Grayscale: #7D7D7D. Windows color (decimal): -9922771 or 2987880. OLE color: 2987880.
HSL color Cylindrical-coordinate representation of color #68972D: hue angle of 86.6º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68972D is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 45 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.41 |
| HSL | 86.6º | 0.54% | 0.38% | - |
| HSV(B) | 86.6º | 0.7% | 0.59% | - |
| XYZ | 17.25 | 25.27 | 6.45 | - |
| YUV | 124.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 45 | 0.31 | 0 | 0.70 | 0.41 | 86.6 | 0.54 | 0.38 |
| Hex | 68 | 97 | 2D | 1F | 0 | 46 | 29 | 57 | 36 | 26 |
| Octal | 150 | 227 | 55 | 37 | 0 | 106 | 51 | 127 | 66 | 46 |
| Binary | 1101000 | 10010111 | 101101 | 11111 | 0 | 1000110 | 101001 | 1010111 | 110110 | 100110 |
Color Harmonies of #68972D
Complementary color
Monochromatic Colors of #68972D
Black with #68972D
Text Example
Text Example
White with #68972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68972D; }
p { color: rgb(104,151,45); }
H1.HeaderClassName
{
color: #68972D;
}
.AnyTagClassName
{
color: #68972D;
}
</style>
background-color css
<style>
a { background-color: #68972D; }
a { background-color: rgb(104,151,45); }
div.DivClassName
{
background-color: #68972D;
}
.BgClassName
{
background-color: #68972D;
}
</style>
border-color css
<style>
span { border-color: #68972D; }
span { border-color: rgb(104,151,45); }
td.TdClassName
{
border-color: #68972D;
}
.TagClassName
{
border-color: #68972D;
}
</style>