Shades of Limeade #699A27
Tints of Limeade #699A27
RGB
CMYK
RGB Variations
Color information
#699A27 (or 0x699A27) is known color: Limeade. HEX triplet: 69, 9A and 27. RGB value is (105,154,39). Sum of RGB (Red+Green+Blue) = 105+154+39=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 154 (60.55% from 255 or 51.68% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 154 - color contains mainly: green. Hex color #699A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A27 is #9665D8. Grayscale: #7E7E7E. Windows color (decimal): -9856473 or 2595433. OLE color: 2595433.
HSL color Cylindrical-coordinate representation of color #699A27: hue angle of 85.57º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #699A27 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 39 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.40 |
| HSL | 85.57º | 0.6% | 0.38% | - |
| HSV(B) | 85.57º | 0.75% | 0.6% | - |
| XYZ | 17.75 | 26.26 | 6.05 | - |
| YUV | 126.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 39 | 0.32 | 0 | 0.75 | 0.40 | 85.57 | 0.6 | 0.38 |
| Hex | 69 | 9A | 27 | 20 | 0 | 4B | 28 | 56 | 3C | 26 |
| Octal | 151 | 232 | 47 | 40 | 0 | 113 | 50 | 126 | 74 | 46 |
| Binary | 1101001 | 10011010 | 100111 | 100000 | 0 | 1001011 | 101000 | 1010110 | 111100 | 100110 |
Color Harmonies of #699A27
Complementary color
Monochromatic Colors of #699A27
Black with #699A27
Text Example
Text Example
White with #699A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A27; }
p { color: rgb(105,154,39); }
H1.HeaderClassName
{
color: #699A27;
}
.AnyTagClassName
{
color: #699A27;
}
</style>
background-color css
<style>
a { background-color: #699A27; }
a { background-color: rgb(105,154,39); }
div.DivClassName
{
background-color: #699A27;
}
.BgClassName
{
background-color: #699A27;
}
</style>
border-color css
<style>
span { border-color: #699A27; }
span { border-color: rgb(105,154,39); }
td.TdClassName
{
border-color: #699A27;
}
.TagClassName
{
border-color: #699A27;
}
</style>