Shades of Finch #7C8650
Tints of Finch #7C8650
RGB
CMYK
RGB Variations
Color information
#7C8650 (or 0x7C8650) is known color: Finch. HEX triplet: 7C, 86 and 50. RGB value is (124,134,80). Sum of RGB (Red+Green+Blue) = 124+134+80=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8650 is #8379AF. Grayscale: #7D7D7D. Windows color (decimal): -8616368 or 5277308. OLE color: 5277308.
HSL color Cylindrical-coordinate representation of color #7C8650: hue angle of 71.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8650 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 80 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.47 |
| HSL | 71.11º | 0.25% | 0.42% | - |
| HSV(B) | 71.11º | 0.4% | 0.53% | - |
| XYZ | 18.29 | 21.91 | 10.86 | - |
| YUV | 124.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 80 | 0.07 | 0 | 0.40 | 0.47 | 71.11 | 0.25 | 0.42 |
| Hex | 7C | 86 | 50 | 7 | 0 | 28 | 2F | 47 | 19 | 2A |
| Octal | 174 | 206 | 120 | 7 | 0 | 50 | 57 | 107 | 31 | 52 |
| Binary | 1111100 | 10000110 | 1010000 | 111 | 0 | 101000 | 101111 | 1000111 | 11001 | 101010 |
Color Harmonies of #7C8650
Complementary color
Monochromatic Colors of #7C8650
Black with #7C8650
Text Example
Text Example
White with #7C8650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8650; }
p { color: rgb(124,134,80); }
H1.HeaderClassName
{
color: #7C8650;
}
.AnyTagClassName
{
color: #7C8650;
}
</style>
background-color css
<style>
a { background-color: #7C8650; }
a { background-color: rgb(124,134,80); }
div.DivClassName
{
background-color: #7C8650;
}
.BgClassName
{
background-color: #7C8650;
}
</style>
border-color css
<style>
span { border-color: #7C8650; }
span { border-color: rgb(124,134,80); }
td.TdClassName
{
border-color: #7C8650;
}
.TagClassName
{
border-color: #7C8650;
}
</style>