Html Css Color HEX #717D50 Finch

📋 copy color: '#717D50'

red 113 ◦ green 125 ◦ blue 80

#717D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #717D50

Tints of Finch #717D50

RGB

 RED value IS 113 (44.53% from 255) = 35.53%

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 35.53%
G = 39.31%
B = 25.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#717D50 (or 0x717D50) is known color: Finch. HEX triplet: 71, 7D and 50. RGB value is (113,125,80). Sum of RGB (Red+Green+Blue) = 113+125+80=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 125 - color contains mainly: green. Hex color #717D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D50 is #8E82AF. Grayscale: #747474. Windows color (decimal): -9339568 or 5274993. OLE color: 5274993.

HSL color Cylindrical-coordinate representation of color #717D50: hue angle of 76º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #717D50 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 125 80 -
CMYK 0.10 0 0.36 0.51
HSL 76º 0.22% 0.4% -
HSV(B) 76º 0.36% 0.49% -
XYZ 15.59 18.76 10.39 -
YUV 116.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 113 125 80 0.10 0 0.36 0.51 76 0.22 0.4
Hex 71 7D 50 A 0 24 33 4C 16 28
Octal 161 175 120 12 0 44 63 114 26 50
Binary 1110001 1111101 1010000 1010 0 100100 110011 1001100 10110 101000

Color Harmonies of #717D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717D50

Black with #717D50

Text Example


Text Example

White with #717D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717D50; }

 p { color: rgb(113,125,80); }

 H1.HeaderClassName
 {
   color: #717D50;
 }
 .AnyTagClassName
 {
   color: #717D50;
 }
</style>

background-color css

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

 a { background-color: rgb(113,125,80); }

 div.DivClassName
 {
   background-color: #717D50;
 }
 .BgClassName
 {
   background-color: #717D50;
 }
</style>

border-color css

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

 span { border-color: rgb(113,125,80); }

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