#70803B

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

Shades of Wasabi #70803B

Tints of Wasabi #70803B

Color information

#70803B (or 0x70803B) is unknown color: approx Wasabi. HEX triplet: 70, 80 and 3B. RGB value is (112,128,59). Sum of RGB (Red+Green+Blue) = 112+128+59=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #70803B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70803B is #8F7FC4. Grayscale: #737373. Windows color (decimal): -9404357 or 3899504. OLE color: 3899504.

HSL color Cylindrical-coordinate representation of color #70803B: hue angle of 73.91º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70803B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB11212859-
CMYK0.1200.540.50
HSL73.91º36.9%36.67%-
HSV(B)73.91º53.91%50.2%-
XYZ15.1919.27.04-
YUV115.3596.2125.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=37.46%
G=42.81%
B=19.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128590.1200.540.5073.9136.936.67
Hex70803BC036324a2525
Octal1602007314066621124545
Binary111000010000000111011110001101101100101001010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70803B;
 }
 .AnyTagClassName
 {
   color: #70803B;
 }
</style>
background-color css

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

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

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

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

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

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