#709832

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

Shades of Sushi #709832

Tints of Sushi #709832

Color information

#709832 (or 0x709832) is unknown color: approx Sushi. HEX triplet: 70, 98 and 32. RGB value is (112,152,50). Sum of RGB (Red+Green+Blue) = 112+152+50=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #709832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709832 is #8F67CD. Grayscale: #808080. Windows color (decimal): -9398222 or 3315824. OLE color: 3315824.

HSL color Cylindrical-coordinate representation of color #709832: hue angle of 83.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #709832 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB11215250-
CMYK0.2600.670.40
HSL83.53º50.5%39.61%-
HSV(B)83.53º67.11%59.61%-
XYZ18.4926.137.09-
YUV128.4183.75116.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=35.67%
G=48.41%
B=15.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112152500.2600.670.4083.5350.539.61
Hex7098321A04328543228
Octal16023062320103501246250
Binary11100001001100011001011010010000111010001010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709832; }

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

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

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

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

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

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

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

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