#718740

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

Shades of Wasabi #718740

Tints of Wasabi #718740

Color information

#718740 (or 0x718740) is unknown color: approx Wasabi. HEX triplet: 71, 87 and 40. RGB value is (113,135,64). Sum of RGB (Red+Green+Blue) = 113+135+64=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #718740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718740 is #8E78BF. Grayscale: #787878. Windows color (decimal): -9337024 or 4228977. OLE color: 4228977.

HSL color Cylindrical-coordinate representation of color #718740: hue angle of 78.59º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718740 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB11313564-
CMYK0.1600.530.47
HSL78.59º35.68%39.02%-
HSV(B)78.59º52.59%52.94%-
XYZ16.421.218.08-
YUV120.3396.21122.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.22%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=36.22%
G=43.27%
B=20.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135640.1600.530.4778.5935.6839.02
Hex718740100352F4f2427
Octal16120710020065571174447
Binary11100011000011110000001000001101011011111001111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718740; }

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

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

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

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

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

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

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

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