Shades of Finch #7D865B
Tints of Finch #7D865B
RGB
CMYK
RGB Variations
Color information
#7D865B (or 0x7D865B) is known color: Finch. HEX triplet: 7D, 86 and 5B. RGB value is (125,134,91). Sum of RGB (Red+Green+Blue) = 125+134+91=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #7D865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D865B is #8279A4. Grayscale: #7E7E7E. Windows color (decimal): -8550821 or 5998205. OLE color: 5998205.
HSL color Cylindrical-coordinate representation of color #7D865B: hue angle of 72.56º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D865B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 91 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.47 |
| HSL | 72.56º | 0.19% | 0.44% | - |
| HSV(B) | 72.56º | 0.32% | 0.53% | - |
| XYZ | 18.87 | 22.17 | 13.18 | - |
| YUV | 126.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 91 | 0.07 | 0 | 0.32 | 0.47 | 72.56 | 0.19 | 0.44 |
| Hex | 7D | 86 | 5B | 7 | 0 | 20 | 2F | 49 | 13 | 2C |
| Octal | 175 | 206 | 133 | 7 | 0 | 40 | 57 | 111 | 23 | 54 |
| Binary | 1111101 | 10000110 | 1011011 | 111 | 0 | 100000 | 101111 | 1001001 | 10011 | 101100 |
Color Harmonies of #7D865B
Complementary color
Monochromatic Colors of #7D865B
Black with #7D865B
Text Example
Text Example
White with #7D865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D865B; }
p { color: rgb(125,134,91); }
H1.HeaderClassName
{
color: #7D865B;
}
.AnyTagClassName
{
color: #7D865B;
}
</style>
background-color css
<style>
a { background-color: #7D865B; }
a { background-color: rgb(125,134,91); }
div.DivClassName
{
background-color: #7D865B;
}
.BgClassName
{
background-color: #7D865B;
}
</style>
border-color css
<style>
span { border-color: #7D865B; }
span { border-color: rgb(125,134,91); }
td.TdClassName
{
border-color: #7D865B;
}
.TagClassName
{
border-color: #7D865B;
}
</style>