Shades of Limeade #6B993D
Tints of Limeade #6B993D
RGB
CMYK
RGB Variations
Color information
#6B993D (or 0x6B993D) is known color: Limeade. HEX triplet: 6B, 99 and 3D. RGB value is (107,153,61). Sum of RGB (Red+Green+Blue) = 107+153+61=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #6B993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B993D is #9466C2. Grayscale: #818181. Windows color (decimal): -9725635 or 4036971. OLE color: 4036971.
HSL color Cylindrical-coordinate representation of color #6B993D: hue angle of 90º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B993D is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 61 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.4 |
| HSL | 90º | 0.43% | 0.42% | - |
| HSV(B) | 90º | 0.6% | 0.6% | - |
| XYZ | 18.3 | 26.25 | 8.52 | - |
| YUV | 128.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 61 | 0.30 | 0 | 0.60 | 0.4 | 90 | 0.43 | 0.42 |
| Hex | 6B | 99 | 3D | 1E | 0 | 3C | 28 | 5A | 2B | 2A |
| Octal | 153 | 231 | 75 | 36 | 0 | 74 | 50 | 132 | 53 | 52 |
| Binary | 1101011 | 10011001 | 111101 | 11110 | 0 | 111100 | 101000 | 1011010 | 101011 | 101010 |
Color Harmonies of #6B993D
Complementary color
Monochromatic Colors of #6B993D
Black with #6B993D
Text Example
Text Example
White with #6B993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B993D; }
p { color: rgb(107,153,61); }
H1.HeaderClassName
{
color: #6B993D;
}
.AnyTagClassName
{
color: #6B993D;
}
</style>
background-color css
<style>
a { background-color: #6B993D; }
a { background-color: rgb(107,153,61); }
div.DivClassName
{
background-color: #6B993D;
}
.BgClassName
{
background-color: #6B993D;
}
</style>
border-color css
<style>
span { border-color: #6B993D; }
span { border-color: rgb(107,153,61); }
td.TdClassName
{
border-color: #6B993D;
}
.TagClassName
{
border-color: #6B993D;
}
</style>