Shades of Limeade #699C3F
Tints of Limeade #699C3F
RGB
CMYK
RGB Variations
Color information
#699C3F (or 0x699C3F) is known color: Limeade. HEX triplet: 69, 9C and 3F. RGB value is (105,156,63). Sum of RGB (Red+Green+Blue) = 105+156+63=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #699C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C3F is #9663C0. Grayscale: #828282. Windows color (decimal): -9855937 or 4168809. OLE color: 4168809.
HSL color Cylindrical-coordinate representation of color #699C3F: hue angle of 92.9º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #699C3F is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 63 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.39 |
| HSL | 92.9º | 0.42% | 0.43% | - |
| HSV(B) | 92.9º | 0.6% | 0.61% | - |
| XYZ | 18.61 | 27.14 | 8.96 | - |
| YUV | 130.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 63 | 0.33 | 0 | 0.60 | 0.39 | 92.9 | 0.42 | 0.43 |
| Hex | 69 | 9C | 3F | 21 | 0 | 3C | 27 | 5D | 2A | 2B |
| Octal | 151 | 234 | 77 | 41 | 0 | 74 | 47 | 135 | 52 | 53 |
| Binary | 1101001 | 10011100 | 111111 | 100001 | 0 | 111100 | 100111 | 1011101 | 101010 | 101011 |
Color Harmonies of #699C3F
Complementary color
Monochromatic Colors of #699C3F
Black with #699C3F
Text Example
Text Example
White with #699C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C3F; }
p { color: rgb(105,156,63); }
H1.HeaderClassName
{
color: #699C3F;
}
.AnyTagClassName
{
color: #699C3F;
}
</style>
background-color css
<style>
a { background-color: #699C3F; }
a { background-color: rgb(105,156,63); }
div.DivClassName
{
background-color: #699C3F;
}
.BgClassName
{
background-color: #699C3F;
}
</style>
border-color css
<style>
span { border-color: #699C3F; }
span { border-color: rgb(105,156,63); }
td.TdClassName
{
border-color: #699C3F;
}
.TagClassName
{
border-color: #699C3F;
}
</style>