#718140

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

Shades of Wasabi #718140

Tints of Wasabi #718140

Color information

#718140 (or 0x718140) is unknown color: approx Wasabi. HEX triplet: 71, 81 and 40. RGB value is (113,129,64). Sum of RGB (Red+Green+Blue) = 113+129+64=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #718140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718140 is #8E7EBF. Grayscale: #757575. Windows color (decimal): -9338560 or 4227441. OLE color: 4227441.

HSL color Cylindrical-coordinate representation of color #718140: hue angle of 74.77º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718140 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB11312964-
CMYK0.1200.500.49
HSL74.77º33.68%37.84%-
HSV(B)74.77º50.39%50.59%-
XYZ15.5919.587.81-
YUV116.8198.2125.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 64 (25.39% from 255) = 20.92%
R=36.93%
G=42.16%
B=20.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113129640.1200.500.4974.7733.6837.84
Hex718140C032314b2226
Octal16120110014062611134246
Binary1110001100000011000000110001100101100011001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718140; }

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

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

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

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

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

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

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

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