#709A32

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

Shades of Sushi #709A32

Tints of Sushi #709A32

Color information

#709A32 (or 0x709A32) is unknown color: approx Sushi. HEX triplet: 70, 9A and 32. RGB value is (112,154,50). Sum of RGB (Red+Green+Blue) = 112+154+50=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #709A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A32 is #8F65CD. Grayscale: #818181. Windows color (decimal): -9397710 or 3316336. OLE color: 3316336.

HSL color Cylindrical-coordinate representation of color #709A32: hue angle of 84.23º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #709A32 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB11215450-
CMYK0.2700.680.40
HSL84.23º50.98%40%-
HSV(B)84.23º67.53%60.39%-
XYZ18.8126.797.2-
YUV129.5983.09115.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 154 (60.55% from 255) = 48.73%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=35.44%
G=48.73%
B=15.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112154500.2700.680.4084.2350.9840
Hex709A321B04428543328
Octal16023262330104501246350
Binary11100001001101011001011011010001001010001010100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709A32; }

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

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

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

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

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

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

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

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