#70823B

Color #70823B Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #70823B

Tints of Wasabi #70823B

Color information

#70823B (or 0x70823B) is unknown color: approx 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

RGB11213059-
CMYK0.1400.550.49
HSL75.21º37.57%37.06%-
HSV(B)75.21º54.62%50.98%-
XYZ15.4519.737.13-
YUV116.5295.54124.77-

RGB Variations

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

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.60%
R=37.21%
G=43.19%
B=19.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130590.1400.550.4975.2137.5737.06
Hex70823BE037314b2625
Octal1602027316067611134645
Binary111000010000010111011111001101111100011001011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>