Html Css Color HEX #71814C Finch

📋 copy color: '#71814C'

red 113 ◦ green 129 ◦ blue 76

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

Shades of Finch #71814C

Tints of Finch #71814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 35.53%
G = 40.57%
B = 23.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#71814C (or 0x71814C) is known color: Finch. HEX triplet: 71, 81 and 4C. RGB value is (113,129,76). Sum of RGB (Red+Green+Blue) = 113+129+76=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #71814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71814C is #8E7EB3. Grayscale: #767676. Windows color (decimal): -9338548 or 5013873. OLE color: 5013873.

HSL color Cylindrical-coordinate representation of color #71814C: hue angle of 78.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71814C is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 76 -
CMYK 0.12 0 0.41 0.49
HSL 78.11º 0.26% 0.4% -
HSV(B) 78.11º 0.41% 0.51% -
XYZ 15.96 19.73 9.8 -
YUV 118.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 113 129 76 0.12 0 0.41 0.49 78.11 0.26 0.4
Hex 71 81 4C C 0 29 31 4E 1A 28
Octal 161 201 114 14 0 51 61 116 32 50
Binary 1110001 10000001 1001100 1100 0 101001 110001 1001110 11010 101000

Color Harmonies of #71814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71814C

Black with #71814C

Text Example


Text Example

White with #71814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71814C; }

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

 H1.HeaderClassName
 {
   color: #71814C;
 }
 .AnyTagClassName
 {
   color: #71814C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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