Shades of Limeade #699D2C
Tints of Limeade #699D2C
RGB
CMYK
RGB Variations
Color information
#699D2C (or 0x699D2C) is known color: Limeade. HEX triplet: 69, 9D and 2C. RGB value is (105,157,44). Sum of RGB (Red+Green+Blue) = 105+157+44=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 157 (61.72% from 255 or 51.31% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 157 - color contains mainly: green. Hex color #699D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D2C is #9662D3. Grayscale: #808080. Windows color (decimal): -9855700 or 2923881. OLE color: 2923881.
HSL color Cylindrical-coordinate representation of color #699D2C: hue angle of 87.61º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #699D2C is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 44 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.38 |
| HSL | 87.61º | 0.56% | 0.39% | - |
| HSV(B) | 87.61º | 0.72% | 0.62% | - |
| XYZ | 18.34 | 27.3 | 6.69 | - |
| YUV | 128.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 44 | 0.33 | 0 | 0.72 | 0.38 | 87.61 | 0.56 | 0.39 |
| Hex | 69 | 9D | 2C | 21 | 0 | 48 | 26 | 58 | 38 | 27 |
| Octal | 151 | 235 | 54 | 41 | 0 | 110 | 46 | 130 | 70 | 47 |
| Binary | 1101001 | 10011101 | 101100 | 100001 | 0 | 1001000 | 100110 | 1011000 | 111000 | 100111 |
Color Harmonies of #699D2C
Complementary color
Monochromatic Colors of #699D2C
Black with #699D2C
Text Example
Text Example
White with #699D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D2C; }
p { color: rgb(105,157,44); }
H1.HeaderClassName
{
color: #699D2C;
}
.AnyTagClassName
{
color: #699D2C;
}
</style>
background-color css
<style>
a { background-color: #699D2C; }
a { background-color: rgb(105,157,44); }
div.DivClassName
{
background-color: #699D2C;
}
.BgClassName
{
background-color: #699D2C;
}
</style>
border-color css
<style>
span { border-color: #699D2C; }
span { border-color: rgb(105,157,44); }
td.TdClassName
{
border-color: #699D2C;
}
.TagClassName
{
border-color: #699D2C;
}
</style>