Shades of Finch #767946
Tints of Finch #767946
RGB
CMYK
RGB Variations
Color information
#767946 (or 0x767946) is known color: Finch. HEX triplet: 76, 79 and 46. RGB value is (118,121,70). Sum of RGB (Red+Green+Blue) = 118+121+70=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #767946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767946 is #8986B9. Grayscale: #727272. Windows color (decimal): -9012922 or 4618614. OLE color: 4618614.
HSL color Cylindrical-coordinate representation of color #767946: hue angle of 63.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767946 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 70 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.53 |
| HSL | 63.53º | 0.27% | 0.37% | - |
| HSV(B) | 63.53º | 0.42% | 0.47% | - |
| XYZ | 15.41 | 17.97 | 8.45 | - |
| YUV | 114.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 70 | 0.02 | 0 | 0.42 | 0.53 | 63.53 | 0.27 | 0.37 |
| Hex | 76 | 79 | 46 | 2 | 0 | 2A | 35 | 40 | 1B | 25 |
| Octal | 166 | 171 | 106 | 2 | 0 | 52 | 65 | 100 | 33 | 45 |
| Binary | 1110110 | 1111001 | 1000110 | 10 | 0 | 101010 | 110101 | 1000000 | 11011 | 100101 |
Color Harmonies of #767946
Complementary color
Monochromatic Colors of #767946
Black with #767946
Text Example
Text Example
White with #767946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767946; }
p { color: rgb(118,121,70); }
H1.HeaderClassName
{
color: #767946;
}
.AnyTagClassName
{
color: #767946;
}
</style>
background-color css
<style>
a { background-color: #767946; }
a { background-color: rgb(118,121,70); }
div.DivClassName
{
background-color: #767946;
}
.BgClassName
{
background-color: #767946;
}
</style>
border-color css
<style>
span { border-color: #767946; }
span { border-color: rgb(118,121,70); }
td.TdClassName
{
border-color: #767946;
}
.TagClassName
{
border-color: #767946;
}
</style>