Shades of Limeade #689727
Tints of Limeade #689727
RGB
CMYK
RGB Variations
Color information
#689727 (or 0x689727) is known color: Limeade. HEX triplet: 68, 97 and 27. RGB value is (104,151,39). Sum of RGB (Red+Green+Blue) = 104+151+39=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #689727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689727 is #9768D8. Grayscale: #7C7C7C. Windows color (decimal): -9922777 or 2594664. OLE color: 2594664.
HSL color Cylindrical-coordinate representation of color #689727: hue angle of 85.18º degrees, saturation: 0.59, 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 #689727 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 39 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.41 |
| HSL | 85.18º | 0.59% | 0.37% | - |
| HSV(B) | 85.18º | 0.74% | 0.59% | - |
| XYZ | 17.14 | 25.22 | 5.88 | - |
| YUV | 124.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 39 | 0.31 | 0 | 0.74 | 0.41 | 85.18 | 0.59 | 0.37 |
| Hex | 68 | 97 | 27 | 1F | 0 | 4A | 29 | 55 | 3B | 25 |
| Octal | 150 | 227 | 47 | 37 | 0 | 112 | 51 | 125 | 73 | 45 |
| Binary | 1101000 | 10010111 | 100111 | 11111 | 0 | 1001010 | 101001 | 1010101 | 111011 | 100101 |
Color Harmonies of #689727
Complementary color
Monochromatic Colors of #689727
Black with #689727
Text Example
Text Example
White with #689727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689727; }
p { color: rgb(104,151,39); }
H1.HeaderClassName
{
color: #689727;
}
.AnyTagClassName
{
color: #689727;
}
</style>
background-color css
<style>
a { background-color: #689727; }
a { background-color: rgb(104,151,39); }
div.DivClassName
{
background-color: #689727;
}
.BgClassName
{
background-color: #689727;
}
</style>
border-color css
<style>
span { border-color: #689727; }
span { border-color: rgb(104,151,39); }
td.TdClassName
{
border-color: #689727;
}
.TagClassName
{
border-color: #689727;
}
</style>