Shades of Limeade #699B2F
Tints of Limeade #699B2F
RGB
CMYK
RGB Variations
Color information
#699B2F (or 0x699B2F) is known color: Limeade. HEX triplet: 69, 9B and 2F. RGB value is (105,155,47). Sum of RGB (Red+Green+Blue) = 105+155+47=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #699B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B2F is #9664D0. Grayscale: #808080. Windows color (decimal): -9856209 or 3119977. OLE color: 3119977.
HSL color Cylindrical-coordinate representation of color #699B2F: hue angle of 87.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #699B2F is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 155 | 47 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.39 |
| HSL | 87.78º | 0.53% | 0.4% | - |
| HSV(B) | 87.78º | 0.7% | 0.61% | - |
| XYZ | 18.06 | 26.65 | 6.88 | - |
| YUV | 127.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 47 | 0.32 | 0 | 0.70 | 0.39 | 87.78 | 0.53 | 0.4 |
| Hex | 69 | 9B | 2F | 20 | 0 | 46 | 27 | 58 | 35 | 28 |
| Octal | 151 | 233 | 57 | 40 | 0 | 106 | 47 | 130 | 65 | 50 |
| Binary | 1101001 | 10011011 | 101111 | 100000 | 0 | 1000110 | 100111 | 1011000 | 110101 | 101000 |
Color Harmonies of #699B2F
Complementary color
Monochromatic Colors of #699B2F
Black with #699B2F
Text Example
Text Example
White with #699B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699B2F; }
p { color: rgb(105,155,47); }
H1.HeaderClassName
{
color: #699B2F;
}
.AnyTagClassName
{
color: #699B2F;
}
</style>
background-color css
<style>
a { background-color: #699B2F; }
a { background-color: rgb(105,155,47); }
div.DivClassName
{
background-color: #699B2F;
}
.BgClassName
{
background-color: #699B2F;
}
</style>
border-color css
<style>
span { border-color: #699B2F; }
span { border-color: rgb(105,155,47); }
td.TdClassName
{
border-color: #699B2F;
}
.TagClassName
{
border-color: #699B2F;
}
</style>