Shades of Limeade #68992B
Tints of Limeade #68992B
RGB
CMYK
RGB Variations
Color information
#68992B (or 0x68992B) is known color: Limeade. HEX triplet: 68, 99 and 2B. RGB value is (104,153,43). Sum of RGB (Red+Green+Blue) = 104+153+43=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #68992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68992B is #9766D4. Grayscale: #7E7E7E. Windows color (decimal): -9922261 or 2857320. OLE color: 2857320.
HSL color Cylindrical-coordinate representation of color #68992B: hue angle of 86.73º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68992B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 43 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.4 |
| HSL | 86.73º | 0.56% | 0.38% | - |
| HSV(B) | 86.73º | 0.72% | 0.6% | - |
| XYZ | 17.54 | 25.9 | 6.36 | - |
| YUV | 125.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 43 | 0.32 | 0 | 0.72 | 0.4 | 86.73 | 0.56 | 0.38 |
| Hex | 68 | 99 | 2B | 20 | 0 | 48 | 28 | 57 | 38 | 26 |
| Octal | 150 | 231 | 53 | 40 | 0 | 110 | 50 | 127 | 70 | 46 |
| Binary | 1101000 | 10011001 | 101011 | 100000 | 0 | 1001000 | 101000 | 1010111 | 111000 | 100110 |
Color Harmonies of #68992B
Complementary color
Monochromatic Colors of #68992B
Black with #68992B
Text Example
Text Example
White with #68992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68992B; }
p { color: rgb(104,153,43); }
H1.HeaderClassName
{
color: #68992B;
}
.AnyTagClassName
{
color: #68992B;
}
</style>
background-color css
<style>
a { background-color: #68992B; }
a { background-color: rgb(104,153,43); }
div.DivClassName
{
background-color: #68992B;
}
.BgClassName
{
background-color: #68992B;
}
</style>
border-color css
<style>
span { border-color: #68992B; }
span { border-color: rgb(104,153,43); }
td.TdClassName
{
border-color: #68992B;
}
.TagClassName
{
border-color: #68992B;
}
</style>