Shades of Limeade #699B3D
Tints of Limeade #699B3D
RGB
CMYK
RGB Variations
Color information
#699B3D (or 0x699B3D) is known color: Limeade. HEX triplet: 69, 9B and 3D. RGB value is (105,155,61). Sum of RGB (Red+Green+Blue) = 105+155+61=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #699B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B3D is #9664C2. Grayscale: #818181. Windows color (decimal): -9856195 or 4037481. OLE color: 4037481.
HSL color Cylindrical-coordinate representation of color #699B3D: hue angle of 91.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #699B3D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 61 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.39 |
| HSL | 91.91º | 0.44% | 0.42% | - |
| HSV(B) | 91.91º | 0.61% | 0.61% | - |
| XYZ | 18.39 | 26.78 | 8.62 | - |
| YUV | 129.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 61 | 0.32 | 0 | 0.61 | 0.39 | 91.91 | 0.44 | 0.42 |
| Hex | 69 | 9B | 3D | 20 | 0 | 3D | 27 | 5C | 2C | 2A |
| Octal | 151 | 233 | 75 | 40 | 0 | 75 | 47 | 134 | 54 | 52 |
| Binary | 1101001 | 10011011 | 111101 | 100000 | 0 | 111101 | 100111 | 1011100 | 101100 | 101010 |
Color Harmonies of #699B3D
Complementary color
Monochromatic Colors of #699B3D
Black with #699B3D
Text Example
Text Example
White with #699B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B3D; }
p { color: rgb(105,155,61); }
H1.HeaderClassName
{
color: #699B3D;
}
.AnyTagClassName
{
color: #699B3D;
}
</style>
background-color css
<style>
a { background-color: #699B3D; }
a { background-color: rgb(105,155,61); }
div.DivClassName
{
background-color: #699B3D;
}
.BgClassName
{
background-color: #699B3D;
}
</style>
border-color css
<style>
span { border-color: #699B3D; }
span { border-color: rgb(105,155,61); }
td.TdClassName
{
border-color: #699B3D;
}
.TagClassName
{
border-color: #699B3D;
}
</style>