#708E3F

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

Shades of Sushi #708E3F

Tints of Sushi #708E3F

Color information

#708E3F (or 0x708E3F) is unknown color: approx Sushi. HEX triplet: 70, 8E and 3F. RGB value is (112,142,63). Sum of RGB (Red+Green+Blue) = 112+142+63=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #708E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708E3F is #8F71C0. Grayscale: #7C7C7C. Windows color (decimal): -9400769 or 4165232. OLE color: 4165232.

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

Color convert

RGB11214263-
CMYK0.2100.560.44
HSL82.78º38.54%40.2%-
HSV(B)82.78º55.63%55.69%-
XYZ17.2523.158.26-
YUV124.0293.56119.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 63 (25% from 255) = 19.87%
R=35.33%
G=44.79%
B=19.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142630.2100.560.4482.7838.5440.2
Hex708E3F150382C532728
Octal1602167725070541234750
Binary1110000100011101111111010101110001011001010011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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