Html Css Color HEX #718140 Wasabi

📋 copy color: '#718140'

red 113 ◦ green 129 ◦ blue 64

#718140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #718140

Tints of Wasabi #718140

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 value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#718140 (or 0x718140) is known color: 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

RGB 113 129 64 -
CMYK 0.12 0 0.50 0.49
HSL 74.77º 0.34% 0.38% -
HSV(B) 74.77º 0.5% 0.51% -
XYZ 15.59 19.58 7.81 -
YUV 116.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 113 129 64 0.12 0 0.50 0.49 74.77 0.34 0.38
Hex 71 81 40 C 0 32 31 4B 22 26
Octal 161 201 100 14 0 62 61 113 42 46
Binary 1110001 10000001 1000000 1100 0 110010 110001 1001011 100010 100110

Color Harmonies of #718140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718140

Black with #718140

Text Example


Text Example

White with #718140

Text Example


Text Example

HTML Codes & Css Web 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>