#70913E

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

Shades of Sushi #70913E

Tints of Sushi #70913E

Color information

#70913E (or 0x70913E) is unknown color: approx Sushi. HEX triplet: 70, 91 and 3E. RGB value is (112,145,62). Sum of RGB (Red+Green+Blue) = 112+145+62=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #70913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70913E is #8F6EC1. Grayscale: #7D7D7D. Windows color (decimal): -9400002 or 4100464. OLE color: 4100464.

HSL color Cylindrical-coordinate representation of color #70913E: hue angle of 83.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70913E is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB11214562-
CMYK0.2300.570.43
HSL83.86º40.1%40.59%-
HSV(B)83.86º57.24%56.86%-
XYZ17.6824.048.27-
YUV125.6792.07118.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=35.11%
G=45.45%
B=19.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112145620.2300.570.4383.8640.140.59
Hex70913E170392B542829
Octal1602217627071531245051
Binary1110000100100011111101011101110011010111010100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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