#708D3D

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

Shades of Sushi #708D3D

Tints of Sushi #708D3D

Color information

#708D3D (or 0x708D3D) is unknown color: approx Sushi. HEX triplet: 70, 8D and 3D. RGB value is (112,141,61). Sum of RGB (Red+Green+Blue) = 112+141+61=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #708D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708D3D is #8F72C2. Grayscale: #7B7B7B. Windows color (decimal): -9401027 or 4033904. OLE color: 4033904.

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

Color convert

RGB11214161-
CMYK0.2100.570.45
HSL81.75º39.6%39.61%-
HSV(B)81.75º56.74%55.29%-
XYZ17.0522.837.92-
YUV123.2192.89120-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=35.67%
G=44.90%
B=19.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141610.2100.570.4581.7539.639.61
Hex708D3D150392D522828
Octal1602157525071551225050
Binary1110000100011011111011010101110011011011010010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,61); }

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

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

 a { background-color: rgb(112,141,61); }

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

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

 span { border-color: rgb(112,141,61); }

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