#708C3E

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

Shades of Sushi #708C3E

Tints of Sushi #708C3E

Color information

#708C3E (or 0x708C3E) is unknown color: approx Sushi. HEX triplet: 70, 8C and 3E. RGB value is (112,140,62). Sum of RGB (Red+Green+Blue) = 112+140+62=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #708C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708C3E is #8F73C1. Grayscale: #7B7B7B. Windows color (decimal): -9401282 or 4099184. OLE color: 4099184.

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

Color convert

RGB11214062-
CMYK0.2000.560.45
HSL81.54º38.61%39.61%-
HSV(B)81.54º55.71%54.9%-
XYZ16.9322.558.02-
YUV122.7493.72120.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=35.67%
G=44.59%
B=19.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112140620.2000.560.4581.5438.6139.61
Hex708C3E140382D522728
Octal1602147624070551224750
Binary1110000100011001111101010001110001011011010010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,140,62); }

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

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

 a { background-color: rgb(112,140,62); }

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

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

 span { border-color: rgb(112,140,62); }

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