#718141

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

Shades of Wasabi #718141

Tints of Wasabi #718141

Color information

#718141 (or 0x718141) is unknown color: approx Wasabi. HEX triplet: 71, 81 and 41. RGB value is (113,129,65). Sum of RGB (Red+Green+Blue) = 113+129+65=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #718141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718141 is #8E7EBE. Grayscale: #757575. Windows color (decimal): -9338559 or 4292977. OLE color: 4292977.

HSL color Cylindrical-coordinate representation of color #718141: hue angle of 75º degrees, saturation: 0.33, 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 #718141 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB11312965-
CMYK0.1200.500.49
HSL75º32.99%38.04%-
HSV(B)75º49.61%50.59%-
XYZ15.6119.597.96-
YUV116.9298.7125.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=36.81%
G=42.02%
B=21.17%

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
Decimal113129650.1200.500.497532.9938.04
Hex718141C032314b2126
Octal16120110114062611134146
Binary1110001100000011000001110001100101100011001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718141; }

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

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

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

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

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

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

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

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