Html Css Color HEX #70823D Wasabi

📋 copy color: '#70823D'

red 112 ◦ green 130 ◦ blue 61

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

Shades of Wasabi #70823D

Tints of Wasabi #70823D

RGB

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

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

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

R = 36.96%
G = 42.9%
B = 20.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#70823D (or 0x70823D) is known color: Wasabi. HEX triplet: 70, 82 and 3D. RGB value is (112,130,61). Sum of RGB (Red+Green+Blue) = 112+130+61=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #70823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70823D is #8F7DC2. Grayscale: #757575. Windows color (decimal): -9403843 or 4031088. OLE color: 4031088.

HSL color Cylindrical-coordinate representation of color #70823D: hue angle of 75.65º 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 #70823D is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 61 -
CMYK 0.14 0 0.53 0.49
HSL 75.65º 0.36% 0.37% -
HSV(B) 75.65º 0.53% 0.51% -
XYZ 15.51 19.75 7.41 -
YUV 116.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 112 130 61 0.14 0 0.53 0.49 75.65 0.36 0.37
Hex 70 82 3D E 0 35 31 4C 24 25
Octal 160 202 75 16 0 65 61 114 44 45
Binary 1110000 10000010 111101 1110 0 110101 110001 1001100 100100 100101

Color Harmonies of #70823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70823D

Black with #70823D

Text Example


Text Example

White with #70823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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