#708E3C

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

Shades of Sushi #708E3C

Tints of Sushi #708E3C

Color information

#708E3C (or 0x708E3C) is unknown color: approx Sushi. HEX triplet: 70, 8E and 3C. RGB value is (112,142,60). Sum of RGB (Red+Green+Blue) = 112+142+60=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #708E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E3C is #8F71C3. Grayscale: #7B7B7B. Windows color (decimal): -9400772 or 3968624. OLE color: 3968624.

HSL color Cylindrical-coordinate representation of color #708E3C: hue angle of 81.95º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #708E3C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB11214260-
CMYK0.2100.580.44
HSL81.95º40.59%39.61%-
HSV(B)81.95º57.75%55.69%-
XYZ17.1723.127.83-
YUV123.6892.06119.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 142 (55.86% from 255) = 45.22%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=35.67%
G=45.22%
B=19.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142600.2100.580.4481.9540.5939.61
Hex708E3C1503A2C522928
Octal1602167425072541225150
Binary1110000100011101111001010101110101011001010010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708E3C; }

 p { color: rgb(112,142,60); }

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

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

 a { background-color: rgb(112,142,60); }

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

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

 span { border-color: rgb(112,142,60); }

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