Shades of Finch #808950
Tints of Finch #808950
RGB
CMYK
RGB Variations
Color information
#808950 (or 0x808950) is known color: Finch. HEX triplet: 80, 89 and 50. RGB value is (128,137,80). Sum of RGB (Red+Green+Blue) = 128+137+80=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #808950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808950 is #7F76AF. Grayscale: #808080. Windows color (decimal): -8353456 or 5278080. OLE color: 5278080.
HSL color Cylindrical-coordinate representation of color #808950: hue angle of 69.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808950 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 80 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.46 |
| HSL | 69.47º | 0.26% | 0.43% | - |
| HSV(B) | 69.47º | 0.42% | 0.54% | - |
| XYZ | 19.3 | 23.06 | 11.02 | - |
| YUV | 127.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 80 | 0.07 | 0 | 0.42 | 0.46 | 69.47 | 0.26 | 0.43 |
| Hex | 80 | 89 | 50 | 7 | 0 | 2A | 2E | 45 | 1A | 2B |
| Octal | 200 | 211 | 120 | 7 | 0 | 52 | 56 | 105 | 32 | 53 |
| Binary | 10000000 | 10001001 | 1010000 | 111 | 0 | 101010 | 101110 | 1000101 | 11010 | 101011 |
Color Harmonies of #808950
Complementary color
Monochromatic Colors of #808950
Black with #808950
Text Example
Text Example
White with #808950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808950; }
p { color: rgb(128,137,80); }
H1.HeaderClassName
{
color: #808950;
}
.AnyTagClassName
{
color: #808950;
}
</style>
background-color css
<style>
a { background-color: #808950; }
a { background-color: rgb(128,137,80); }
div.DivClassName
{
background-color: #808950;
}
.BgClassName
{
background-color: #808950;
}
</style>
border-color css
<style>
span { border-color: #808950; }
span { border-color: rgb(128,137,80); }
td.TdClassName
{
border-color: #808950;
}
.TagClassName
{
border-color: #808950;
}
</style>