Html Css Color HEX #70843F Wasabi

📋 copy color: '#70843F'

red 112 ◦ green 132 ◦ blue 63

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

Shades of Wasabi #70843F

Tints of Wasabi #70843F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.52%

R = 36.48%
G = 43%
B = 20.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#70843F (or 0x70843F) is known color: Wasabi. HEX triplet: 70, 84 and 3F. RGB value is (112,132,63). Sum of RGB (Red+Green+Blue) = 112+132+63=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #70843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70843F is #8F7BC0. Grayscale: #767676. Windows color (decimal): -9403329 or 4162672. OLE color: 4162672.

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

Color convert

RGB 112 132 63 -
CMYK 0.15 0 0.52 0.48
HSL 77.39º 0.35% 0.38% -
HSV(B) 77.39º 0.52% 0.52% -
XYZ 15.83 20.31 7.79 -
YUV 118.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 112 132 63 0.15 0 0.52 0.48 77.39 0.35 0.38
Hex 70 84 3F F 0 34 30 4D 23 26
Octal 160 204 77 17 0 64 60 115 43 46
Binary 1110000 10000100 111111 1111 0 110100 110000 1001101 100011 100110

Color Harmonies of #70843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70843F

Black with #70843F

Text Example


Text Example

White with #70843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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