Shades of Limeade #679A1F
Tints of Limeade #679A1F
RGB
CMYK
RGB Variations
Color information
#679A1F (or 0x679A1F) is known color: Limeade. HEX triplet: 67, 9A and 1F. RGB value is (103,154,31). Sum of RGB (Red+Green+Blue) = 103+154+31=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #679A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A1F is #9865E0. Grayscale: #7D7D7D. Windows color (decimal): -9987553 or 2071143. OLE color: 2071143.
HSL color Cylindrical-coordinate representation of color #679A1F: hue angle of 84.88º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #679A1F is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 154 | 31 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.40 |
| HSL | 84.88º | 0.66% | 0.36% | - |
| HSV(B) | 84.88º | 0.8% | 0.6% | - |
| XYZ | 17.4 | 26.09 | 5.42 | - |
| YUV | 124.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 154 | 31 | 0.33 | 0 | 0.80 | 0.40 | 84.88 | 0.66 | 0.36 |
| Hex | 67 | 9A | 1F | 21 | 0 | 50 | 28 | 55 | 42 | 24 |
| Octal | 147 | 232 | 37 | 41 | 0 | 120 | 50 | 125 | 102 | 44 |
| Binary | 1100111 | 10011010 | 11111 | 100001 | 0 | 1010000 | 101000 | 1010101 | 1000010 | 100100 |
Color Harmonies of #679A1F
Complementary color
Monochromatic Colors of #679A1F
Black with #679A1F
Text Example
Text Example
White with #679A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679A1F; }
p { color: rgb(103,154,31); }
H1.HeaderClassName
{
color: #679A1F;
}
.AnyTagClassName
{
color: #679A1F;
}
</style>
background-color css
<style>
a { background-color: #679A1F; }
a { background-color: rgb(103,154,31); }
div.DivClassName
{
background-color: #679A1F;
}
.BgClassName
{
background-color: #679A1F;
}
</style>
border-color css
<style>
span { border-color: #679A1F; }
span { border-color: rgb(103,154,31); }
td.TdClassName
{
border-color: #679A1F;
}
.TagClassName
{
border-color: #679A1F;
}
</style>