#70973E

Color #70973E Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #70973E

Tints of Sushi #70973E

Color information

#70973E (or 0x70973E) is unknown color: approx Sushi. HEX triplet: 70, 97 and 3E. RGB value is (112,151,62). Sum of RGB (Red+Green+Blue) = 112+151+62=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #70973E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70973E is #8F68C1. Grayscale: #818181. Windows color (decimal): -9398466 or 4102000. OLE color: 4102000.

HSL color Cylindrical-coordinate representation of color #70973E: hue angle of 86.29º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70973E is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB11215162-
CMYK0.2600.590.41
HSL86.29º41.78%41.76%-
HSV(B)86.29º58.94%59.22%-
XYZ18.6225.938.58-
YUV129.1990.08115.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 151 (59.38% from 255) = 46.46%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=34.46%
G=46.46%
B=19.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112151620.2600.590.4186.2941.7841.76
Hex70973E1A03B29562a2a
Octal1602277632073511265252
Binary1110000100101111111101101001110111010011010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70973E; }

 p { color: rgb(112,151,62); }

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

<style>
 a { background-color: #70973E; }

 a { background-color: rgb(112,151,62); }

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

<style>
 span { border-color: #70973E; }

 span { border-color: rgb(112,151,62); }

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