Shades of Finch #7F854B
Tints of Finch #7F854B
RGB
CMYK
RGB Variations
Color information
#7F854B (or 0x7F854B) is known color: Finch. HEX triplet: 7F, 85 and 4B. RGB value is (127,133,75). Sum of RGB (Red+Green+Blue) = 127+133+75=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #7F854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F854B is #807AB4. Grayscale: #7C7C7C. Windows color (decimal): -8420021 or 4949375. OLE color: 4949375.
HSL color Cylindrical-coordinate representation of color #7F854B: hue angle of 66.21º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F854B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 75 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.48 |
| HSL | 66.21º | 0.28% | 0.41% | - |
| HSV(B) | 66.21º | 0.44% | 0.52% | - |
| XYZ | 18.41 | 21.8 | 9.89 | - |
| YUV | 124.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 75 | 0.05 | 0 | 0.44 | 0.48 | 66.21 | 0.28 | 0.41 |
| Hex | 7F | 85 | 4B | 5 | 0 | 2C | 30 | 42 | 1C | 29 |
| Octal | 177 | 205 | 113 | 5 | 0 | 54 | 60 | 102 | 34 | 51 |
| Binary | 1111111 | 10000101 | 1001011 | 101 | 0 | 101100 | 110000 | 1000010 | 11100 | 101001 |
Color Harmonies of #7F854B
Complementary color
Monochromatic Colors of #7F854B
Black with #7F854B
Text Example
Text Example
White with #7F854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F854B; }
p { color: rgb(127,133,75); }
H1.HeaderClassName
{
color: #7F854B;
}
.AnyTagClassName
{
color: #7F854B;
}
</style>
background-color css
<style>
a { background-color: #7F854B; }
a { background-color: rgb(127,133,75); }
div.DivClassName
{
background-color: #7F854B;
}
.BgClassName
{
background-color: #7F854B;
}
</style>
border-color css
<style>
span { border-color: #7F854B; }
span { border-color: rgb(127,133,75); }
td.TdClassName
{
border-color: #7F854B;
}
.TagClassName
{
border-color: #7F854B;
}
</style>