Shades of Limeade #679A3F
Tints of Limeade #679A3F
RGB
CMYK
RGB Variations
Color information
#679A3F (or 0x679A3F) is known color: Limeade. HEX triplet: 67, 9A and 3F. RGB value is (103,154,63). Sum of RGB (Red+Green+Blue) = 103+154+63=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #679A3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A3F is #9865C0. Grayscale: #808080. Windows color (decimal): -9987521 or 4168295. OLE color: 4168295.
HSL color Cylindrical-coordinate representation of color #679A3F: hue angle of 93.63º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #679A3F is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 63 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.40 |
| HSL | 93.63º | 0.42% | 0.43% | - |
| HSV(B) | 93.63º | 0.59% | 0.6% | - |
| XYZ | 18.05 | 26.35 | 8.84 | - |
| YUV | 128.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 63 | 0.33 | 0 | 0.59 | 0.40 | 93.63 | 0.42 | 0.43 |
| Hex | 67 | 9A | 3F | 21 | 0 | 3B | 28 | 5E | 2A | 2B |
| Octal | 147 | 232 | 77 | 41 | 0 | 73 | 50 | 136 | 52 | 53 |
| Binary | 1100111 | 10011010 | 111111 | 100001 | 0 | 111011 | 101000 | 1011110 | 101010 | 101011 |
Color Harmonies of #679A3F
Complementary color
Monochromatic Colors of #679A3F
Black with #679A3F
Text Example
Text Example
White with #679A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A3F; }
p { color: rgb(103,154,63); }
H1.HeaderClassName
{
color: #679A3F;
}
.AnyTagClassName
{
color: #679A3F;
}
</style>
background-color css
<style>
a { background-color: #679A3F; }
a { background-color: rgb(103,154,63); }
div.DivClassName
{
background-color: #679A3F;
}
.BgClassName
{
background-color: #679A3F;
}
</style>
border-color css
<style>
span { border-color: #679A3F; }
span { border-color: rgb(103,154,63); }
td.TdClassName
{
border-color: #679A3F;
}
.TagClassName
{
border-color: #679A3F;
}
</style>