Shades of Limeade #699728
Tints of Limeade #699728
RGB
CMYK
RGB Variations
Color information
#699728 (or 0x699728) is known color: Limeade. HEX triplet: 69, 97 and 28. RGB value is (105,151,40). Sum of RGB (Red+Green+Blue) = 105+151+40=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #699728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699728 is #9668D7. Grayscale: #7C7C7C. Windows color (decimal): -9857240 or 2660201. OLE color: 2660201.
HSL color Cylindrical-coordinate representation of color #699728: hue angle of 84.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699728 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 151 | 40 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.41 |
| HSL | 84.86º | 0.58% | 0.37% | - |
| HSV(B) | 84.86º | 0.74% | 0.59% | - |
| XYZ | 17.28 | 25.29 | 5.98 | - |
| YUV | 124.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 40 | 0.30 | 0 | 0.74 | 0.41 | 84.86 | 0.58 | 0.37 |
| Hex | 69 | 97 | 28 | 1E | 0 | 4A | 29 | 55 | 3A | 25 |
| Octal | 151 | 227 | 50 | 36 | 0 | 112 | 51 | 125 | 72 | 45 |
| Binary | 1101001 | 10010111 | 101000 | 11110 | 0 | 1001010 | 101001 | 1010101 | 111010 | 100101 |
Color Harmonies of #699728
Complementary color
Monochromatic Colors of #699728
Black with #699728
Text Example
Text Example
White with #699728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699728; }
p { color: rgb(105,151,40); }
H1.HeaderClassName
{
color: #699728;
}
.AnyTagClassName
{
color: #699728;
}
</style>
background-color css
<style>
a { background-color: #699728; }
a { background-color: rgb(105,151,40); }
div.DivClassName
{
background-color: #699728;
}
.BgClassName
{
background-color: #699728;
}
</style>
border-color css
<style>
span { border-color: #699728; }
span { border-color: rgb(105,151,40); }
td.TdClassName
{
border-color: #699728;
}
.TagClassName
{
border-color: #699728;
}
</style>