Html Css Color HEX #71814B Finch

📋 copy color: '#71814B'

red 113 ◦ green 129 ◦ blue 75

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

Shades of Finch #71814B

Tints of Finch #71814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 35.65%
G = 40.69%
B = 23.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#71814B (or 0x71814B) is known color: Finch. HEX triplet: 71, 81 and 4B. RGB value is (113,129,75). Sum of RGB (Red+Green+Blue) = 113+129+75=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 129 - color contains mainly: green. Hex color #71814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71814B is #8E7EB4. Grayscale: #767676. Windows color (decimal): -9338549 or 4948337. OLE color: 4948337.

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

Color convert

RGB 113 129 75 -
CMYK 0.12 0 0.42 0.49
HSL 77.78º 0.26% 0.4% -
HSV(B) 77.78º 0.42% 0.51% -
XYZ 15.93 19.72 9.62 -
YUV 118.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 113 129 75 0.12 0 0.42 0.49 77.78 0.26 0.4
Hex 71 81 4B C 0 2A 31 4E 1A 28
Octal 161 201 113 14 0 52 61 116 32 50
Binary 1110001 10000001 1001011 1100 0 101010 110001 1001110 11010 101000

Color Harmonies of #71814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71814B

Black with #71814B

Text Example


Text Example

White with #71814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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