Shades of Limeade #6B9B26
Tints of Limeade #6B9B26
RGB
CMYK
RGB Variations
Color information
#6B9B26 (or 0x6B9B26) is known color: Limeade. HEX triplet: 6B, 9B and 26. RGB value is (107,155,38). Sum of RGB (Red+Green+Blue) = 107+155+38=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9B26 is #9464D9. Grayscale: #7F7F7F. Windows color (decimal): -9725146 or 2530155. OLE color: 2530155.
HSL color Cylindrical-coordinate representation of color #6B9B26: hue angle of 84.62º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B9B26 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 38 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.39 |
| HSL | 84.62º | 0.61% | 0.38% | - |
| HSV(B) | 84.62º | 0.75% | 0.61% | - |
| XYZ | 18.13 | 26.71 | 6.03 | - |
| YUV | 127.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 38 | 0.31 | 0 | 0.75 | 0.39 | 84.62 | 0.61 | 0.38 |
| Hex | 6B | 9B | 26 | 1F | 0 | 4B | 27 | 55 | 3D | 26 |
| Octal | 153 | 233 | 46 | 37 | 0 | 113 | 47 | 125 | 75 | 46 |
| Binary | 1101011 | 10011011 | 100110 | 11111 | 0 | 1001011 | 100111 | 1010101 | 111101 | 100110 |
Color Harmonies of #6B9B26
Complementary color
Monochromatic Colors of #6B9B26
Black with #6B9B26
Text Example
Text Example
White with #6B9B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B26; }
p { color: rgb(107,155,38); }
H1.HeaderClassName
{
color: #6B9B26;
}
.AnyTagClassName
{
color: #6B9B26;
}
</style>
background-color css
<style>
a { background-color: #6B9B26; }
a { background-color: rgb(107,155,38); }
div.DivClassName
{
background-color: #6B9B26;
}
.BgClassName
{
background-color: #6B9B26;
}
</style>
border-color css
<style>
span { border-color: #6B9B26; }
span { border-color: rgb(107,155,38); }
td.TdClassName
{
border-color: #6B9B26;
}
.TagClassName
{
border-color: #6B9B26;
}
</style>