Html Css Color HEX #71823C Wasabi

📋 copy color: '#71823C'

red 113 ◦ green 130 ◦ blue 60

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

Shades of Wasabi #71823C

Tints of Wasabi #71823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 37.29%
G = 42.9%
B = 19.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#71823C (or 0x71823C) is known color: Wasabi. HEX triplet: 71, 82 and 3C. RGB value is (113,130,60). Sum of RGB (Red+Green+Blue) = 113+130+60=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #71823C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71823C is #8E7DC3. Grayscale: #757575. Windows color (decimal): -9338308 or 3965553. OLE color: 3965553.

HSL color Cylindrical-coordinate representation of color #71823C: hue angle of 74.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71823C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 60 -
CMYK 0.13 0 0.54 0.49
HSL 74.57º 0.37% 0.37% -
HSV(B) 74.57º 0.54% 0.51% -
XYZ 15.61 19.8 7.27 -
YUV 116.94 95.87 125.19 -
System Red Green Blue C M Y K H S L
Decimal 113 130 60 0.13 0 0.54 0.49 74.57 0.37 0.37
Hex 71 82 3C D 0 36 31 4B 25 25
Octal 161 202 74 15 0 66 61 113 45 45
Binary 1110001 10000010 111100 1101 0 110110 110001 1001011 100101 100101

Color Harmonies of #71823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71823C

Black with #71823C

Text Example


Text Example

White with #71823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,130,60); }

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

background-color css

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

 a { background-color: rgb(113,130,60); }

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

border-color css

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

 span { border-color: rgb(113,130,60); }

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