Html Css Color HEX #71803D Wasabi

📋 copy color: '#71803D'

red 113 ◦ green 128 ◦ blue 61

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

Shades of Wasabi #71803D

Tints of Wasabi #71803D

RGB

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

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

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

R = 37.42%
G = 42.38%
B = 20.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#71803D (or 0x71803D) is known color: Wasabi. HEX triplet: 71, 80 and 3D. RGB value is (113,128,61). Sum of RGB (Red+Green+Blue) = 113+128+61=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #71803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71803D is #8E7FC2. Grayscale: #747474. Windows color (decimal): -9338819 or 4030577. OLE color: 4030577.

HSL color Cylindrical-coordinate representation of color #71803D: hue angle of 73.43º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71803D is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 61 -
CMYK 0.12 0 0.52 0.50
HSL 73.43º 0.35% 0.37% -
HSV(B) 73.43º 0.52% 0.5% -
XYZ 15.37 19.29 7.33 -
YUV 115.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 113 128 61 0.12 0 0.52 0.50 73.43 0.35 0.37
Hex 71 80 3D C 0 34 32 49 23 25
Octal 161 200 75 14 0 64 62 111 43 45
Binary 1110001 10000000 111101 1100 0 110100 110010 1001001 100011 100101

Color Harmonies of #71803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71803D

Black with #71803D

Text Example


Text Example

White with #71803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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