#709340

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

Shades of Sushi #709340

Tints of Sushi #709340

Color information

#709340 (or 0x709340) is unknown color: approx Sushi. HEX triplet: 70, 93 and 40. RGB value is (112,147,64). Sum of RGB (Red+Green+Blue) = 112+147+64=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #709340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709340 is #8F6CBF. Grayscale: #7F7F7F. Windows color (decimal): -9399488 or 4232048. OLE color: 4232048.

HSL color Cylindrical-coordinate representation of color #709340: hue angle of 85.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709340 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB11214764-
CMYK0.2400.560.42
HSL85.3º39.34%41.37%-
HSV(B)85.3º56.46%57.65%-
XYZ18.0424.688.66-
YUV127.0792.4117.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=34.67%
G=45.51%
B=19.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147640.2400.560.4285.339.3441.37
Hex709340180382A552729
Octal16022310030070521254751
Binary11100001001001110000001100001110001010101010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709340; }

 p { color: rgb(112,147,64); }

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

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

 a { background-color: rgb(112,147,64); }

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

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

 span { border-color: rgb(112,147,64); }

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