Shades of Limeade #699A2B
Tints of Limeade #699A2B
RGB
CMYK
RGB Variations
Color information
#699A2B (or 0x699A2B) is known color: Limeade. HEX triplet: 69, 9A and 2B. RGB value is (105,154,43). Sum of RGB (Red+Green+Blue) = 105+154+43=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #699A2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A2B is #9665D4. Grayscale: #7F7F7F. Windows color (decimal): -9856469 or 2857577. OLE color: 2857577.
HSL color Cylindrical-coordinate representation of color #699A2B: hue angle of 86.49º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #699A2B is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 43 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.40 |
| HSL | 86.49º | 0.56% | 0.39% | - |
| HSV(B) | 86.49º | 0.72% | 0.6% | - |
| XYZ | 17.82 | 26.29 | 6.42 | - |
| YUV | 126.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 43 | 0.32 | 0 | 0.72 | 0.40 | 86.49 | 0.56 | 0.39 |
| Hex | 69 | 9A | 2B | 20 | 0 | 48 | 28 | 56 | 38 | 27 |
| Octal | 151 | 232 | 53 | 40 | 0 | 110 | 50 | 126 | 70 | 47 |
| Binary | 1101001 | 10011010 | 101011 | 100000 | 0 | 1001000 | 101000 | 1010110 | 111000 | 100111 |
Color Harmonies of #699A2B
Complementary color
Monochromatic Colors of #699A2B
Black with #699A2B
Text Example
Text Example
White with #699A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A2B; }
p { color: rgb(105,154,43); }
H1.HeaderClassName
{
color: #699A2B;
}
.AnyTagClassName
{
color: #699A2B;
}
</style>
background-color css
<style>
a { background-color: #699A2B; }
a { background-color: rgb(105,154,43); }
div.DivClassName
{
background-color: #699A2B;
}
.BgClassName
{
background-color: #699A2B;
}
</style>
border-color css
<style>
span { border-color: #699A2B; }
span { border-color: rgb(105,154,43); }
td.TdClassName
{
border-color: #699A2B;
}
.TagClassName
{
border-color: #699A2B;
}
</style>