Html Css Color HEX #71763D Woodland

📋 copy color: '#71763D'

red 113 ◦ green 118 ◦ blue 61

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

Shades of Woodland #71763D

Tints of Woodland #71763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 38.7%
G = 40.41%
B = 20.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#71763D (or 0x71763D) is known color: Woodland. HEX triplet: 71, 76 and 3D. RGB value is (113,118,61). Sum of RGB (Red+Green+Blue) = 113+118+61=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #71763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71763D is #8E89C2. Grayscale: #6E6E6E. Windows color (decimal): -9341379 or 4028017. OLE color: 4028017.

HSL color Cylindrical-coordinate representation of color #71763D: hue angle of 65.26º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71763D is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 61 -
CMYK 0.04 0 0.48 0.54
HSL 65.26º 0.32% 0.35% -
HSV(B) 65.26º 0.48% 0.46% -
XYZ 14.13 16.8 6.91 -
YUV 110.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 113 118 61 0.04 0 0.48 0.54 65.26 0.32 0.35
Hex 71 76 3D 4 0 30 36 41 20 23
Octal 161 166 75 4 0 60 66 101 40 43
Binary 1110001 1110110 111101 100 0 110000 110110 1000001 100000 100011

Color Harmonies of #71763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71763D

Black with #71763D

Text Example


Text Example

White with #71763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71763D; }

 p { color: rgb(113,118,61); }

 H1.HeaderClassName
 {
   color: #71763D;
 }
 .AnyTagClassName
 {
   color: #71763D;
 }
</style>

background-color css

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

 a { background-color: rgb(113,118,61); }

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

border-color css

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

 span { border-color: rgb(113,118,61); }

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