#708F3A

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

Shades of Sushi #708F3A

Tints of Sushi #708F3A

Color information

#708F3A (or 0x708F3A) is unknown color: approx Sushi. HEX triplet: 70, 8F and 3A. RGB value is (112,143,58). Sum of RGB (Red+Green+Blue) = 112+143+58=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #708F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708F3A is #8F70C5. Grayscale: #7C7C7C. Windows color (decimal): -9400518 or 3837808. OLE color: 3837808.

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

Color convert

RGB11214358-
CMYK0.2200.590.44
HSL81.88º42.29%39.41%-
HSV(B)81.88º59.44%56.08%-
XYZ17.2723.47.61-
YUV124.0490.73119.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 143 (56.25% from 255) = 45.69%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=35.78%
G=45.69%
B=18.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112143580.2200.590.4481.8842.2939.41
Hex708F3A1603B2C522a27
Octal1602177226073541225247
Binary1110000100011111110101011001110111011001010010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,143,58); }

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

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

 a { background-color: rgb(112,143,58); }

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

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

 span { border-color: rgb(112,143,58); }

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