#709241

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

Shades of Sushi #709241

Tints of Sushi #709241

Color information

#709241 (or 0x709241) is unknown color: approx Sushi. HEX triplet: 70, 92 and 41. RGB value is (112,146,65). Sum of RGB (Red+Green+Blue) = 112+146+65=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #709241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709241 is #8F6DBE. Grayscale: #7E7E7E. Windows color (decimal): -9399743 or 4297328. OLE color: 4297328.

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

Color convert

RGB11214665-
CMYK0.2300.550.43
HSL85.19º38.39%41.37%-
HSV(B)85.19º55.48%57.25%-
XYZ17.9224.388.76-
YUV126.693.24117.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=34.67%
G=45.20%
B=20.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146650.2300.550.4385.1938.3941.37
Hex709241170372B552629
Octal16022210127067531254651
Binary11100001001001010000011011101101111010111010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709241; }

 p { color: rgb(112,146,65); }

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

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

 a { background-color: rgb(112,146,65); }

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

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

 span { border-color: rgb(112,146,65); }

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