Shades of Finch #7B8149
Tints of Finch #7B8149
RGB
CMYK
RGB Variations
Color information
#7B8149 (or 0x7B8149) is known color: Finch. HEX triplet: 7B, 81 and 49. RGB value is (123,129,73). Sum of RGB (Red+Green+Blue) = 123+129+73=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #7B8149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B8149 is #847EB6. Grayscale: #797979. Windows color (decimal): -8683191 or 4817275. OLE color: 4817275.
HSL color Cylindrical-coordinate representation of color #7B8149: hue angle of 66.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B8149 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 129 | 73 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.49 |
| HSL | 66.43º | 0.28% | 0.4% | - |
| HSV(B) | 66.43º | 0.43% | 0.51% | - |
| XYZ | 17.22 | 20.39 | 9.33 | - |
| YUV | 120.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 73 | 0.05 | 0 | 0.43 | 0.49 | 66.43 | 0.28 | 0.4 |
| Hex | 7B | 81 | 49 | 5 | 0 | 2B | 31 | 42 | 1C | 28 |
| Octal | 173 | 201 | 111 | 5 | 0 | 53 | 61 | 102 | 34 | 50 |
| Binary | 1111011 | 10000001 | 1001001 | 101 | 0 | 101011 | 110001 | 1000010 | 11100 | 101000 |
Color Harmonies of #7B8149
Complementary color
Monochromatic Colors of #7B8149
Black with #7B8149
Text Example
Text Example
White with #7B8149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8149; }
p { color: rgb(123,129,73); }
H1.HeaderClassName
{
color: #7B8149;
}
.AnyTagClassName
{
color: #7B8149;
}
</style>
background-color css
<style>
a { background-color: #7B8149; }
a { background-color: rgb(123,129,73); }
div.DivClassName
{
background-color: #7B8149;
}
.BgClassName
{
background-color: #7B8149;
}
</style>
border-color css
<style>
span { border-color: #7B8149; }
span { border-color: rgb(123,129,73); }
td.TdClassName
{
border-color: #7B8149;
}
.TagClassName
{
border-color: #7B8149;
}
</style>