#709640

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

Shades of Sushi #709640

Tints of Sushi #709640

Color information

#709640 (or 0x709640) is unknown color: approx Sushi. HEX triplet: 70, 96 and 40. RGB value is (112,150,64). Sum of RGB (Red+Green+Blue) = 112+150+64=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #709640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709640 is #8F69BF. Grayscale: #818181. Windows color (decimal): -9398720 or 4232816. OLE color: 4232816.

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

Color convert

RGB11215064-
CMYK0.2500.570.41
HSL86.51º40.19%41.96%-
HSV(B)86.51º57.33%58.82%-
XYZ18.5125.638.82-
YUV128.8391.41115.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=34.36%
G=46.01%
B=19.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112150640.2500.570.4186.5140.1941.96
Hex709640190392957282a
Octal16022610031071511275052
Binary11100001001011010000001100101110011010011010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709640; }

 p { color: rgb(112,150,64); }

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

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

 a { background-color: rgb(112,150,64); }

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

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

 span { border-color: rgb(112,150,64); }

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