Shades of Finch #70754F
Tints of Finch #70754F
RGB
CMYK
RGB Variations
Color information
#70754F (or 0x70754F) is known color: Finch. HEX triplet: 70, 75 and 4F. RGB value is (112,117,79). Sum of RGB (Red+Green+Blue) = 112+117+79=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #70754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70754F is #8F8AB0. Grayscale: #6F6F6F. Windows color (decimal): -9407153 or 5207408. OLE color: 5207408.
HSL color Cylindrical-coordinate representation of color #70754F: hue angle of 67.89º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70754F is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 79 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.54 |
| HSL | 67.89º | 0.19% | 0.38% | - |
| HSV(B) | 67.89º | 0.32% | 0.46% | - |
| XYZ | 14.45 | 16.73 | 9.86 | - |
| YUV | 111.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 79 | 0.04 | 0 | 0.32 | 0.54 | 67.89 | 0.19 | 0.38 |
| Hex | 70 | 75 | 4F | 4 | 0 | 20 | 36 | 44 | 13 | 26 |
| Octal | 160 | 165 | 117 | 4 | 0 | 40 | 66 | 104 | 23 | 46 |
| Binary | 1110000 | 1110101 | 1001111 | 100 | 0 | 100000 | 110110 | 1000100 | 10011 | 100110 |
Color Harmonies of #70754F
Complementary color
Monochromatic Colors of #70754F
Black with #70754F
Text Example
Text Example
White with #70754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70754F; }
p { color: rgb(112,117,79); }
H1.HeaderClassName
{
color: #70754F;
}
.AnyTagClassName
{
color: #70754F;
}
</style>
background-color css
<style>
a { background-color: #70754F; }
a { background-color: rgb(112,117,79); }
div.DivClassName
{
background-color: #70754F;
}
.BgClassName
{
background-color: #70754F;
}
</style>
border-color css
<style>
span { border-color: #70754F; }
span { border-color: rgb(112,117,79); }
td.TdClassName
{
border-color: #70754F;
}
.TagClassName
{
border-color: #70754F;
}
</style>