#719640

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

Shades of Sushi #719640

Tints of Sushi #719640

Color information

#719640 (or 0x719640) is unknown color: approx Sushi. HEX triplet: 71, 96 and 40. RGB value is (113,150,64). Sum of RGB (Red+Green+Blue) = 113+150+64=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #719640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719640 is #8E69BF. Grayscale: #818181. Windows color (decimal): -9333184 or 4232817. OLE color: 4232817.

HSL color Cylindrical-coordinate representation of color #719640: hue angle of 85.81º 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 #719640 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB11315064-
CMYK0.2500.570.41
HSL85.81º40.19%41.96%-
HSV(B)85.81º57.33%58.82%-
XYZ18.6425.698.83-
YUV129.1391.24116.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=34.56%
G=45.87%
B=19.57%

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
Decimal113150640.2500.570.4185.8140.1941.96
Hex719640190392956282a
Octal16122610031071511265052
Binary11100011001011010000001100101110011010011010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719640; }

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

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

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

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

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

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

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

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