#718143

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

Shades of Finch #718143

Tints of Finch #718143

Color information

#718143 (or 0x718143) is unknown color: approx Finch. HEX triplet: 71, 81 and 43. RGB value is (113,129,67). Sum of RGB (Red+Green+Blue) = 113+129+67=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #718143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718143 is #8E7EBC. Grayscale: #757575. Windows color (decimal): -9338557 or 4424049. OLE color: 4424049.

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

Color convert

RGB11312967-
CMYK0.1200.480.49
HSL75.48º31.63%38.43%-
HSV(B)75.48º48.06%50.59%-
XYZ15.6719.628.27-
YUV117.1599.7125.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=36.57%
G=41.75%
B=21.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129670.1200.480.4975.4831.6338.43
Hex718143C030314b2026
Octal16120110314060611134046
Binary1110001100000011000011110001100001100011001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718143; }

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

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

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

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

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

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

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

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