Html Css Color HEX #71804B Finch

📋 copy color: '#71804B'

red 113 ◦ green 128 ◦ blue 75

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

Shades of Finch #71804B

Tints of Finch #71804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

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

R = 35.76%
G = 40.51%
B = 23.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#71804B (or 0x71804B) is known color: Finch. HEX triplet: 71, 80 and 4B. RGB value is (113,128,75). Sum of RGB (Red+Green+Blue) = 113+128+75=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #71804B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71804B is #8E7FB4. Grayscale: #757575. Windows color (decimal): -9338805 or 4948081. OLE color: 4948081.

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

Color convert

RGB 113 128 75 -
CMYK 0.12 0 0.41 0.50
HSL 76.98º 0.26% 0.4% -
HSV(B) 76.98º 0.41% 0.5% -
XYZ 15.8 19.46 9.58 -
YUV 117.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 113 128 75 0.12 0 0.41 0.50 76.98 0.26 0.4
Hex 71 80 4B C 0 29 32 4D 1A 28
Octal 161 200 113 14 0 51 62 115 32 50
Binary 1110001 10000000 1001011 1100 0 101001 110010 1001101 11010 101000

Color Harmonies of #71804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71804B

Black with #71804B

Text Example


Text Example

White with #71804B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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