Shades of Limeade #6B9934
Tints of Limeade #6B9934
RGB
CMYK
RGB Variations
Color information
#6B9934 (or 0x6B9934) is known color: Limeade. HEX triplet: 6B, 99 and 34. RGB value is (107,153,52). Sum of RGB (Red+Green+Blue) = 107+153+52=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #6B9934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9934 is #9466CB. Grayscale: #808080. Windows color (decimal): -9725644 or 3447147. OLE color: 3447147.
HSL color Cylindrical-coordinate representation of color #6B9934: hue angle of 87.33º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B9934 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 153 | 52 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.4 |
| HSL | 87.33º | 0.49% | 0.4% | - |
| HSV(B) | 87.33º | 0.66% | 0.6% | - |
| XYZ | 18.07 | 26.16 | 7.34 | - |
| YUV | 127.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 153 | 52 | 0.30 | 0 | 0.66 | 0.4 | 87.33 | 0.49 | 0.4 |
| Hex | 6B | 99 | 34 | 1E | 0 | 42 | 28 | 57 | 31 | 28 |
| Octal | 153 | 231 | 64 | 36 | 0 | 102 | 50 | 127 | 61 | 50 |
| Binary | 1101011 | 10011001 | 110100 | 11110 | 0 | 1000010 | 101000 | 1010111 | 110001 | 101000 |
Color Harmonies of #6B9934
Complementary color
Monochromatic Colors of #6B9934
Black with #6B9934
Text Example
Text Example
White with #6B9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9934; }
p { color: rgb(107,153,52); }
H1.HeaderClassName
{
color: #6B9934;
}
.AnyTagClassName
{
color: #6B9934;
}
</style>
background-color css
<style>
a { background-color: #6B9934; }
a { background-color: rgb(107,153,52); }
div.DivClassName
{
background-color: #6B9934;
}
.BgClassName
{
background-color: #6B9934;
}
</style>
border-color css
<style>
span { border-color: #6B9934; }
span { border-color: rgb(107,153,52); }
td.TdClassName
{
border-color: #6B9934;
}
.TagClassName
{
border-color: #6B9934;
}
</style>