Shades of Limeade #699D3C
Tints of Limeade #699D3C
RGB
CMYK
RGB Variations
Color information
#699D3C (or 0x699D3C) is known color: Limeade. HEX triplet: 69, 9D and 3C. RGB value is (105,157,60). Sum of RGB (Red+Green+Blue) = 105+157+60=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #699D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D3C is #9662C3. Grayscale: #828282. Windows color (decimal): -9855684 or 3972457. OLE color: 3972457.
HSL color Cylindrical-coordinate representation of color #699D3C: hue angle of 92.16º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #699D3C is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 60 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.38 |
| HSL | 92.16º | 0.45% | 0.43% | - |
| HSV(B) | 92.16º | 0.62% | 0.62% | - |
| XYZ | 18.7 | 27.44 | 8.59 | - |
| YUV | 130.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 60 | 0.33 | 0 | 0.62 | 0.38 | 92.16 | 0.45 | 0.43 |
| Hex | 69 | 9D | 3C | 21 | 0 | 3E | 26 | 5C | 2D | 2B |
| Octal | 151 | 235 | 74 | 41 | 0 | 76 | 46 | 134 | 55 | 53 |
| Binary | 1101001 | 10011101 | 111100 | 100001 | 0 | 111110 | 100110 | 1011100 | 101101 | 101011 |
Color Harmonies of #699D3C
Complementary color
Monochromatic Colors of #699D3C
Black with #699D3C
Text Example
Text Example
White with #699D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D3C; }
p { color: rgb(105,157,60); }
H1.HeaderClassName
{
color: #699D3C;
}
.AnyTagClassName
{
color: #699D3C;
}
</style>
background-color css
<style>
a { background-color: #699D3C; }
a { background-color: rgb(105,157,60); }
div.DivClassName
{
background-color: #699D3C;
}
.BgClassName
{
background-color: #699D3C;
}
</style>
border-color css
<style>
span { border-color: #699D3C; }
span { border-color: rgb(105,157,60); }
td.TdClassName
{
border-color: #699D3C;
}
.TagClassName
{
border-color: #699D3C;
}
</style>