Shades of Limeade #6A993F
Tints of Limeade #6A993F
RGB
CMYK
RGB Variations
Color information
#6A993F (or 0x6A993F) is known color: Limeade. HEX triplet: 6A, 99 and 3F. RGB value is (106,153,63). Sum of RGB (Red+Green+Blue) = 106+153+63=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #6A993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A993F is #9566C0. Grayscale: #818181. Windows color (decimal): -9791169 or 4168042. OLE color: 4168042.
HSL color Cylindrical-coordinate representation of color #6A993F: hue angle of 91.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A993F is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 153 | 63 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.4 |
| HSL | 91.33º | 0.42% | 0.42% | - |
| HSV(B) | 91.33º | 0.59% | 0.6% | - |
| XYZ | 18.23 | 26.21 | 8.8 | - |
| YUV | 128.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 153 | 63 | 0.31 | 0 | 0.59 | 0.4 | 91.33 | 0.42 | 0.42 |
| Hex | 6A | 99 | 3F | 1F | 0 | 3B | 28 | 5B | 2A | 2A |
| Octal | 152 | 231 | 77 | 37 | 0 | 73 | 50 | 133 | 52 | 52 |
| Binary | 1101010 | 10011001 | 111111 | 11111 | 0 | 111011 | 101000 | 1011011 | 101010 | 101010 |
Color Harmonies of #6A993F
Complementary color
Monochromatic Colors of #6A993F
Black with #6A993F
Text Example
Text Example
White with #6A993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A993F; }
p { color: rgb(106,153,63); }
H1.HeaderClassName
{
color: #6A993F;
}
.AnyTagClassName
{
color: #6A993F;
}
</style>
background-color css
<style>
a { background-color: #6A993F; }
a { background-color: rgb(106,153,63); }
div.DivClassName
{
background-color: #6A993F;
}
.BgClassName
{
background-color: #6A993F;
}
</style>
border-color css
<style>
span { border-color: #6A993F; }
span { border-color: rgb(106,153,63); }
td.TdClassName
{
border-color: #6A993F;
}
.TagClassName
{
border-color: #6A993F;
}
</style>