#70803C

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

Shades of Wasabi #70803C

Tints of Wasabi #70803C

Color information

#70803C (or 0x70803C) is unknown color: approx Wasabi. HEX triplet: 70, 80 and 3C. RGB value is (112,128,60). Sum of RGB (Red+Green+Blue) = 112+128+60=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #70803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70803C is #8F7FC3. Grayscale: #737373. Windows color (decimal): -9404356 or 3965040. OLE color: 3965040.

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

Color convert

RGB11212860-
CMYK0.1200.530.50
HSL74.12º36.17%36.86%-
HSV(B)74.12º53.12%50.2%-
XYZ15.2219.217.18-
YUV115.4696.7125.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 60 (23.83% from 255) = 20%
R=37.33%
G=42.67%
B=20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112128600.1200.530.5074.1236.1736.86
Hex70803CC035324a2425
Octal1602007414065621124445
Binary111000010000000111100110001101011100101001010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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