Shades of Finch #818C57
Tints of Finch #818C57
RGB
CMYK
RGB Variations
Color information
#818C57 (or 0x818C57) is known color: Finch. HEX triplet: 81, 8C and 57. RGB value is (129,140,87). Sum of RGB (Red+Green+Blue) = 129+140+87=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 140 - color contains mainly: green. Hex color #818C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C57 is #7E73A8. Grayscale: #828282. Windows color (decimal): -8287145 or 5737601. OLE color: 5737601.
HSL color Cylindrical-coordinate representation of color #818C57: hue angle of 72.45º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818C57 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 87 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.45 |
| HSL | 72.45º | 0.23% | 0.45% | - |
| HSV(B) | 72.45º | 0.38% | 0.55% | - |
| XYZ | 20.15 | 24.11 | 12.61 | - |
| YUV | 130.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 87 | 0.08 | 0 | 0.38 | 0.45 | 72.45 | 0.23 | 0.45 |
| Hex | 81 | 8C | 57 | 8 | 0 | 26 | 2D | 48 | 17 | 2D |
| Octal | 201 | 214 | 127 | 10 | 0 | 46 | 55 | 110 | 27 | 55 |
| Binary | 10000001 | 10001100 | 1010111 | 1000 | 0 | 100110 | 101101 | 1001000 | 10111 | 101101 |
Color Harmonies of #818C57
Complementary color
Monochromatic Colors of #818C57
Black with #818C57
Text Example
Text Example
White with #818C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C57; }
p { color: rgb(129,140,87); }
H1.HeaderClassName
{
color: #818C57;
}
.AnyTagClassName
{
color: #818C57;
}
</style>
background-color css
<style>
a { background-color: #818C57; }
a { background-color: rgb(129,140,87); }
div.DivClassName
{
background-color: #818C57;
}
.BgClassName
{
background-color: #818C57;
}
</style>
border-color css
<style>
span { border-color: #818C57; }
span { border-color: rgb(129,140,87); }
td.TdClassName
{
border-color: #818C57;
}
.TagClassName
{
border-color: #818C57;
}
</style>