Html Css Color HEX #70823B Wasabi

📋 copy color: '#70823B'

red 112 ◦ green 130 ◦ blue 59

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

Shades of Wasabi #70823B

Tints of Wasabi #70823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 37.21%
G = 43.19%
B = 19.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#70823B (or 0x70823B) is known color: Wasabi. HEX triplet: 70, 82 and 3B. RGB value is (112,130,59). Sum of RGB (Red+Green+Blue) = 112+130+59=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #70823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70823B is #8F7DC4. Grayscale: #747474. Windows color (decimal): -9403845 or 3900016. OLE color: 3900016.

HSL color Cylindrical-coordinate representation of color #70823B: hue angle of 75.21º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70823B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 59 -
CMYK 0.14 0 0.55 0.49
HSL 75.21º 0.38% 0.37% -
HSV(B) 75.21º 0.55% 0.51% -
XYZ 15.45 19.73 7.13 -
YUV 116.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 112 130 59 0.14 0 0.55 0.49 75.21 0.38 0.37
Hex 70 82 3B E 0 37 31 4B 26 25
Octal 160 202 73 16 0 67 61 113 46 45
Binary 1110000 10000010 111011 1110 0 110111 110001 1001011 100110 100101

Color Harmonies of #70823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70823B

Black with #70823B

Text Example


Text Example

White with #70823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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