#718146

Color #718146 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #718146

Tints of Finch #718146

Color information

#718146 (or 0x718146) is unknown color: approx Finch. HEX triplet: 71, 81 and 46. RGB value is (113,129,70). Sum of RGB (Red+Green+Blue) = 113+129+70=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #718146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718146 is #8E7EB9. Grayscale: #757575. Windows color (decimal): -9338554 or 4620657. OLE color: 4620657.

HSL color Cylindrical-coordinate representation of color #718146: hue angle of 76.27º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718146 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB11312970-
CMYK0.1200.460.49
HSL76.27º29.65%39.02%-
HSV(B)76.27º45.74%50.59%-
XYZ15.7719.658.76-
YUV117.49101.2124.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=36.22%
G=41.35%
B=22.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129700.1200.460.4976.2729.6539.02
Hex718146C02E314c1e27
Octal16120110614056611143647
Binary111000110000001100011011000101110110001100110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718146; }

 p { color: rgb(113,129,70); }

 H1.HeaderClassName
 {
   color: #718146;
 }
 .AnyTagClassName
 {
   color: #718146;
 }
</style>
background-color css

<style>
 a { background-color: #718146; }

 a { background-color: rgb(113,129,70); }

 div.DivClassName
 {
   background-color: #718146;
 }
 .BgClassName
 {
   background-color: #718146;
 }
</style>
border-color css

<style>
 span { border-color: #718146; }

 span { border-color: rgb(113,129,70); }

 td.TdClassName
 {
   border-color: #718146;
 }
 .TagClassName
 {
   border-color: #718146;
 }
</style>