Shades of Finch #757946
Tints of Finch #757946
RGB
CMYK
RGB Variations
Color information
#757946 (or 0x757946) is known color: Finch. HEX triplet: 75, 79 and 46. RGB value is (117,121,70). Sum of RGB (Red+Green+Blue) = 117+121+70=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #757946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757946 is #8A86B9. Grayscale: #727272. Windows color (decimal): -9078458 or 4618613. OLE color: 4618613.
HSL color Cylindrical-coordinate representation of color #757946: hue angle of 64.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757946 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 70 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.53 |
| HSL | 64.71º | 0.27% | 0.37% | - |
| HSV(B) | 64.71º | 0.42% | 0.47% | - |
| XYZ | 15.28 | 17.9 | 8.44 | - |
| YUV | 113.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 70 | 0.03 | 0 | 0.42 | 0.53 | 64.71 | 0.27 | 0.37 |
| Hex | 75 | 79 | 46 | 3 | 0 | 2A | 35 | 41 | 1B | 25 |
| Octal | 165 | 171 | 106 | 3 | 0 | 52 | 65 | 101 | 33 | 45 |
| Binary | 1110101 | 1111001 | 1000110 | 11 | 0 | 101010 | 110101 | 1000001 | 11011 | 100101 |
Color Harmonies of #757946
Complementary color
Monochromatic Colors of #757946
Black with #757946
Text Example
Text Example
White with #757946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757946; }
p { color: rgb(117,121,70); }
H1.HeaderClassName
{
color: #757946;
}
.AnyTagClassName
{
color: #757946;
}
</style>
background-color css
<style>
a { background-color: #757946; }
a { background-color: rgb(117,121,70); }
div.DivClassName
{
background-color: #757946;
}
.BgClassName
{
background-color: #757946;
}
</style>
border-color css
<style>
span { border-color: #757946; }
span { border-color: rgb(117,121,70); }
td.TdClassName
{
border-color: #757946;
}
.TagClassName
{
border-color: #757946;
}
</style>