Shades of Finch #808A50
Tints of Finch #808A50
RGB
CMYK
RGB Variations
Color information
#808A50 (or 0x808A50) is known color: Finch. HEX triplet: 80, 8A and 50. RGB value is (128,138,80). Sum of RGB (Red+Green+Blue) = 128+138+80=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #808A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A50 is #7F75AF. Grayscale: #808080. Windows color (decimal): -8353200 or 5278336. OLE color: 5278336.
HSL color Cylindrical-coordinate representation of color #808A50: hue angle of 70.34º degrees, saturation: 0.27, 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 #808A50 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 80 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.46 |
| HSL | 70.34º | 0.27% | 0.43% | - |
| HSV(B) | 70.34º | 0.42% | 0.54% | - |
| XYZ | 19.44 | 23.35 | 11.07 | - |
| YUV | 128.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 80 | 0.07 | 0 | 0.42 | 0.46 | 70.34 | 0.27 | 0.43 |
| Hex | 80 | 8A | 50 | 7 | 0 | 2A | 2E | 46 | 1B | 2B |
| Octal | 200 | 212 | 120 | 7 | 0 | 52 | 56 | 106 | 33 | 53 |
| Binary | 10000000 | 10001010 | 1010000 | 111 | 0 | 101010 | 101110 | 1000110 | 11011 | 101011 |
Color Harmonies of #808A50
Complementary color
Monochromatic Colors of #808A50
Black with #808A50
Text Example
Text Example
White with #808A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A50; }
p { color: rgb(128,138,80); }
H1.HeaderClassName
{
color: #808A50;
}
.AnyTagClassName
{
color: #808A50;
}
</style>
background-color css
<style>
a { background-color: #808A50; }
a { background-color: rgb(128,138,80); }
div.DivClassName
{
background-color: #808A50;
}
.BgClassName
{
background-color: #808A50;
}
</style>
border-color css
<style>
span { border-color: #808A50; }
span { border-color: rgb(128,138,80); }
td.TdClassName
{
border-color: #808A50;
}
.TagClassName
{
border-color: #808A50;
}
</style>