#709537

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

Shades of Sushi #709537

Tints of Sushi #709537

Color information

#709537 (or 0x709537) is unknown color: approx Sushi. HEX triplet: 70, 95 and 37. RGB value is (112,149,55). Sum of RGB (Red+Green+Blue) = 112+149+55=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #709537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709537 is #8F6AC8. Grayscale: #7F7F7F. Windows color (decimal): -9398985 or 3642736. OLE color: 3642736.

HSL color Cylindrical-coordinate representation of color #709537: hue angle of 83.62º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #709537 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB11214955-
CMYK0.2500.630.42
HSL83.62º46.08%40%-
HSV(B)83.62º63.09%58.43%-
XYZ18.1225.227.53-
YUV127.2287.24117.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=35.44%
G=47.15%
B=17.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149550.2500.630.4283.6246.0840
Hex7095371903F2A542e28
Octal1602256731077521245650
Binary1110000100101011101111100101111111010101010100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709537; }

 p { color: rgb(112,149,55); }

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

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

 a { background-color: rgb(112,149,55); }

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

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

 span { border-color: rgb(112,149,55); }

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