Shades of Finch #808650
Tints of Finch #808650
RGB
CMYK
RGB Variations
Color information
#808650 (or 0x808650) is known color: Finch. HEX triplet: 80, 86 and 50. RGB value is (128,134,80). Sum of RGB (Red+Green+Blue) = 128+134+80=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #808650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808650 is #7F79AF. Grayscale: #7E7E7E. Windows color (decimal): -8354224 or 5277312. OLE color: 5277312.
HSL color Cylindrical-coordinate representation of color #808650: hue angle of 66.67º 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 #808650 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 134 | 80 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.47 |
| HSL | 66.67º | 0.25% | 0.42% | - |
| HSV(B) | 66.67º | 0.4% | 0.53% | - |
| XYZ | 18.88 | 22.22 | 10.88 | - |
| YUV | 126.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 134 | 80 | 0.04 | 0 | 0.40 | 0.47 | 66.67 | 0.25 | 0.42 |
| Hex | 80 | 86 | 50 | 4 | 0 | 28 | 2F | 43 | 19 | 2A |
| Octal | 200 | 206 | 120 | 4 | 0 | 50 | 57 | 103 | 31 | 52 |
| Binary | 10000000 | 10000110 | 1010000 | 100 | 0 | 101000 | 101111 | 1000011 | 11001 | 101010 |
Color Harmonies of #808650
Complementary color
Monochromatic Colors of #808650
Black with #808650
Text Example
Text Example
White with #808650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808650; }
p { color: rgb(128,134,80); }
H1.HeaderClassName
{
color: #808650;
}
.AnyTagClassName
{
color: #808650;
}
</style>
background-color css
<style>
a { background-color: #808650; }
a { background-color: rgb(128,134,80); }
div.DivClassName
{
background-color: #808650;
}
.BgClassName
{
background-color: #808650;
}
</style>
border-color css
<style>
span { border-color: #808650; }
span { border-color: rgb(128,134,80); }
td.TdClassName
{
border-color: #808650;
}
.TagClassName
{
border-color: #808650;
}
</style>