Shades of Limeade #6C9C34
Tints of Limeade #6C9C34
RGB
CMYK
RGB Variations
Color information
#6C9C34 (or 0x6C9C34) is known color: Limeade. HEX triplet: 6C, 9C and 34. RGB value is (108,156,52). Sum of RGB (Red+Green+Blue) = 108+156+52=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #6C9C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9C34 is #9363CB. Grayscale: #828282. Windows color (decimal): -9659340 or 3447916. OLE color: 3447916.
HSL color Cylindrical-coordinate representation of color #6C9C34: hue angle of 87.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C9C34 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 156 | 52 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.39 |
| HSL | 87.69º | 0.5% | 0.41% | - |
| HSV(B) | 87.69º | 0.67% | 0.61% | - |
| XYZ | 18.69 | 27.21 | 7.52 | - |
| YUV | 129.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 156 | 52 | 0.31 | 0 | 0.67 | 0.39 | 87.69 | 0.5 | 0.41 |
| Hex | 6C | 9C | 34 | 1F | 0 | 43 | 27 | 58 | 32 | 29 |
| Octal | 154 | 234 | 64 | 37 | 0 | 103 | 47 | 130 | 62 | 51 |
| Binary | 1101100 | 10011100 | 110100 | 11111 | 0 | 1000011 | 100111 | 1011000 | 110010 | 101001 |
Color Harmonies of #6C9C34
Complementary color
Monochromatic Colors of #6C9C34
Black with #6C9C34
Text Example
Text Example
White with #6C9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9C34; }
p { color: rgb(108,156,52); }
H1.HeaderClassName
{
color: #6C9C34;
}
.AnyTagClassName
{
color: #6C9C34;
}
</style>
background-color css
<style>
a { background-color: #6C9C34; }
a { background-color: rgb(108,156,52); }
div.DivClassName
{
background-color: #6C9C34;
}
.BgClassName
{
background-color: #6C9C34;
}
</style>
border-color css
<style>
span { border-color: #6C9C34; }
span { border-color: rgb(108,156,52); }
td.TdClassName
{
border-color: #6C9C34;
}
.TagClassName
{
border-color: #6C9C34;
}
</style>