Shades of Limeade #6C9A3E
Tints of Limeade #6C9A3E
RGB
CMYK
RGB Variations
Color information
#6C9A3E (or 0x6C9A3E) is known color: Limeade. HEX triplet: 6C, 9A and 3E. RGB value is (108,154,62). Sum of RGB (Red+Green+Blue) = 108+154+62=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #6C9A3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9A3E is #9365C1. Grayscale: #828282. Windows color (decimal): -9659842 or 4102764. OLE color: 4102764.
HSL color Cylindrical-coordinate representation of color #6C9A3E: 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 #6C9A3E is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 154 | 62 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.40 |
| HSL | 90º | 0.43% | 0.42% | - |
| HSV(B) | 90º | 0.6% | 0.6% | - |
| XYZ | 18.61 | 26.65 | 8.72 | - |
| YUV | 129.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 154 | 62 | 0.30 | 0 | 0.60 | 0.40 | 90 | 0.43 | 0.42 |
| Hex | 6C | 9A | 3E | 1E | 0 | 3C | 28 | 5A | 2B | 2A |
| Octal | 154 | 232 | 76 | 36 | 0 | 74 | 50 | 132 | 53 | 52 |
| Binary | 1101100 | 10011010 | 111110 | 11110 | 0 | 111100 | 101000 | 1011010 | 101011 | 101010 |
Color Harmonies of #6C9A3E
Complementary color
Monochromatic Colors of #6C9A3E
Black with #6C9A3E
Text Example
Text Example
White with #6C9A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9A3E; }
p { color: rgb(108,154,62); }
H1.HeaderClassName
{
color: #6C9A3E;
}
.AnyTagClassName
{
color: #6C9A3E;
}
</style>
background-color css
<style>
a { background-color: #6C9A3E; }
a { background-color: rgb(108,154,62); }
div.DivClassName
{
background-color: #6C9A3E;
}
.BgClassName
{
background-color: #6C9A3E;
}
</style>
border-color css
<style>
span { border-color: #6C9A3E; }
span { border-color: rgb(108,154,62); }
td.TdClassName
{
border-color: #6C9A3E;
}
.TagClassName
{
border-color: #6C9A3E;
}
</style>