Html Css Color HEX #70843D Wasabi

📋 copy color: '#70843D'

red 112 ◦ green 132 ◦ blue 61

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

Shades of Wasabi #70843D

Tints of Wasabi #70843D

RGB

 RED value IS 112 (44.14% from 255) = 36.72%

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 36.72%
G = 43.28%
B = 20%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#70843D (or 0x70843D) is known color: Wasabi. HEX triplet: 70, 84 and 3D. RGB value is (112,132,61). Sum of RGB (Red+Green+Blue) = 112+132+61=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #70843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70843D is #8F7BC2. Grayscale: #767676. Windows color (decimal): -9403331 or 4031600. OLE color: 4031600.

HSL color Cylindrical-coordinate representation of color #70843D: hue angle of 76.9º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70843D is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 61 -
CMYK 0.15 0 0.54 0.48
HSL 76.9º 0.37% 0.38% -
HSV(B) 76.9º 0.54% 0.52% -
XYZ 15.78 20.28 7.5 -
YUV 117.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 112 132 61 0.15 0 0.54 0.48 76.9 0.37 0.38
Hex 70 84 3D F 0 36 30 4D 25 26
Octal 160 204 75 17 0 66 60 115 45 46
Binary 1110000 10000100 111101 1111 0 110110 110000 1001101 100101 100110

Color Harmonies of #70843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70843D

Black with #70843D

Text Example


Text Example

White with #70843D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,132,61); }

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

background-color css

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

 a { background-color: rgb(112,132,61); }

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

border-color css

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

 span { border-color: rgb(112,132,61); }

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