#709432

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

Shades of Sushi #709432

Tints of Sushi #709432

Color information

#709432 (or 0x709432) is unknown color: approx Sushi. HEX triplet: 70, 94 and 32. RGB value is (112,148,50). Sum of RGB (Red+Green+Blue) = 112+148+50=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #709432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709432 is #8F6BCD. Grayscale: #7E7E7E. Windows color (decimal): -9399246 or 3314800. OLE color: 3314800.

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

Color convert

RGB11214850-
CMYK0.2400.660.42
HSL82.04º49.49%38.82%-
HSV(B)82.04º66.22%58.04%-
XYZ17.8524.856.87-
YUV126.0685.07117.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=36.13%
G=47.74%
B=16.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148500.2400.660.4282.0449.4938.82
Hex709432180422A523127
Octal16022462300102521226147
Binary11100001001010011001011000010000101010101010010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709432; }

 p { color: rgb(112,148,50); }

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

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

 a { background-color: rgb(112,148,50); }

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

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

 span { border-color: rgb(112,148,50); }

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