Shades of Limeade #699B37
Tints of Limeade #699B37
RGB
CMYK
RGB Variations
Color information
#699B37 (or 0x699B37) is known color: Limeade. HEX triplet: 69, 9B and 37. RGB value is (105,155,55). Sum of RGB (Red+Green+Blue) = 105+155+55=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #699B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B37 is #9664C8. Grayscale: #818181. Windows color (decimal): -9856201 or 3644265. OLE color: 3644265.
HSL color Cylindrical-coordinate representation of color #699B37: hue angle of 90º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #699B37 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 55 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.39 |
| HSL | 90º | 0.48% | 0.41% | - |
| HSV(B) | 90º | 0.65% | 0.61% | - |
| XYZ | 18.24 | 26.72 | 7.81 | - |
| YUV | 128.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 55 | 0.32 | 0 | 0.65 | 0.39 | 90 | 0.48 | 0.41 |
| Hex | 69 | 9B | 37 | 20 | 0 | 41 | 27 | 5A | 30 | 29 |
| Octal | 151 | 233 | 67 | 40 | 0 | 101 | 47 | 132 | 60 | 51 |
| Binary | 1101001 | 10011011 | 110111 | 100000 | 0 | 1000001 | 100111 | 1011010 | 110000 | 101001 |
Color Harmonies of #699B37
Complementary color
Monochromatic Colors of #699B37
Black with #699B37
Text Example
Text Example
White with #699B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B37; }
p { color: rgb(105,155,55); }
H1.HeaderClassName
{
color: #699B37;
}
.AnyTagClassName
{
color: #699B37;
}
</style>
background-color css
<style>
a { background-color: #699B37; }
a { background-color: rgb(105,155,55); }
div.DivClassName
{
background-color: #699B37;
}
.BgClassName
{
background-color: #699B37;
}
</style>
border-color css
<style>
span { border-color: #699B37; }
span { border-color: rgb(105,155,55); }
td.TdClassName
{
border-color: #699B37;
}
.TagClassName
{
border-color: #699B37;
}
</style>