Shades of Limeade #6B9C34
Tints of Limeade #6B9C34
RGB
CMYK
RGB Variations
Color information
#6B9C34 (or 0x6B9C34) is known color: Limeade. HEX triplet: 6B, 9C and 34. RGB value is (107,156,52). Sum of RGB (Red+Green+Blue) = 107+156+52=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9C34 is #9463CB. Grayscale: #818181. Windows color (decimal): -9724876 or 3447915. OLE color: 3447915.
HSL color Cylindrical-coordinate representation of color #6B9C34: hue angle of 88.27º 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 #6B9C34 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 156 | 52 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.39 |
| HSL | 88.27º | 0.5% | 0.41% | - |
| HSV(B) | 88.27º | 0.67% | 0.61% | - |
| XYZ | 18.57 | 27.15 | 7.51 | - |
| YUV | 129.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 52 | 0.31 | 0 | 0.67 | 0.39 | 88.27 | 0.5 | 0.41 |
| Hex | 6B | 9C | 34 | 1F | 0 | 43 | 27 | 58 | 32 | 29 |
| Octal | 153 | 234 | 64 | 37 | 0 | 103 | 47 | 130 | 62 | 51 |
| Binary | 1101011 | 10011100 | 110100 | 11111 | 0 | 1000011 | 100111 | 1011000 | 110010 | 101001 |
Color Harmonies of #6B9C34
Complementary color
Monochromatic Colors of #6B9C34
Black with #6B9C34
Text Example
Text Example
White with #6B9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9C34; }
p { color: rgb(107,156,52); }
H1.HeaderClassName
{
color: #6B9C34;
}
.AnyTagClassName
{
color: #6B9C34;
}
</style>
background-color css
<style>
a { background-color: #6B9C34; }
a { background-color: rgb(107,156,52); }
div.DivClassName
{
background-color: #6B9C34;
}
.BgClassName
{
background-color: #6B9C34;
}
</style>
border-color css
<style>
span { border-color: #6B9C34; }
span { border-color: rgb(107,156,52); }
td.TdClassName
{
border-color: #6B9C34;
}
.TagClassName
{
border-color: #6B9C34;
}
</style>