Shades of Finch #818958
Tints of Finch #818958
RGB
CMYK
RGB Variations
Color information
#818958 (or 0x818958) is known color: Finch. HEX triplet: 81, 89 and 58. RGB value is (129,137,88). Sum of RGB (Red+Green+Blue) = 129+137+88=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #818958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818958 is #7E76A7. Grayscale: #818181. Windows color (decimal): -8287912 or 5802369. OLE color: 5802369.
HSL color Cylindrical-coordinate representation of color #818958: hue angle of 69.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818958 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 88 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.46 |
| HSL | 69.8º | 0.22% | 0.44% | - |
| HSV(B) | 69.8º | 0.36% | 0.54% | - |
| XYZ | 19.76 | 23.26 | 12.68 | - |
| YUV | 129.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 88 | 0.06 | 0 | 0.36 | 0.46 | 69.8 | 0.22 | 0.44 |
| Hex | 81 | 89 | 58 | 6 | 0 | 24 | 2E | 46 | 16 | 2C |
| Octal | 201 | 211 | 130 | 6 | 0 | 44 | 56 | 106 | 26 | 54 |
| Binary | 10000001 | 10001001 | 1011000 | 110 | 0 | 100100 | 101110 | 1000110 | 10110 | 101100 |
Color Harmonies of #818958
Complementary color
Monochromatic Colors of #818958
Black with #818958
Text Example
Text Example
White with #818958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818958; }
p { color: rgb(129,137,88); }
H1.HeaderClassName
{
color: #818958;
}
.AnyTagClassName
{
color: #818958;
}
</style>
background-color css
<style>
a { background-color: #818958; }
a { background-color: rgb(129,137,88); }
div.DivClassName
{
background-color: #818958;
}
.BgClassName
{
background-color: #818958;
}
</style>
border-color css
<style>
span { border-color: #818958; }
span { border-color: rgb(129,137,88); }
td.TdClassName
{
border-color: #818958;
}
.TagClassName
{
border-color: #818958;
}
</style>