Html Css Color HEX #70813D Wasabi

📋 copy color: '#70813D'

red 112 ◦ green 129 ◦ blue 61

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

Shades of Wasabi #70813D

Tints of Wasabi #70813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

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

R = 37.09%
G = 42.72%
B = 20.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#70813D (or 0x70813D) is known color: Wasabi. HEX triplet: 70, 81 and 3D. RGB value is (112,129,61). Sum of RGB (Red+Green+Blue) = 112+129+61=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #70813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70813D is #8F7EC2. Grayscale: #747474. Windows color (decimal): -9404099 or 4030832. OLE color: 4030832.

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

Color convert

RGB 112 129 61 -
CMYK 0.13 0 0.53 0.49
HSL 75º 0.36% 0.37% -
HSV(B) 75º 0.53% 0.51% -
XYZ 15.37 19.48 7.36 -
YUV 116.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 112 129 61 0.13 0 0.53 0.49 75 0.36 0.37
Hex 70 81 3D D 0 35 31 4B 24 25
Octal 160 201 75 15 0 65 61 113 44 45
Binary 1110000 10000001 111101 1101 0 110101 110001 1001011 100100 100101

Color Harmonies of #70813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70813D

Black with #70813D

Text Example


Text Example

White with #70813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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