Html Css Color HEX #718640 Wasabi

📋 copy color: '#718640'

red 113 ◦ green 134 ◦ blue 64

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

Shades of Wasabi #718640

Tints of Wasabi #718640

RGB

 RED value IS 113 (44.53% from 255) = 36.33%

 GREEN value IS 134 (52.73% from 255) = 43.09%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 36.33%
G = 43.09%
B = 20.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#718640 (or 0x718640) is known color: Wasabi. HEX triplet: 71, 86 and 40. RGB value is (113,134,64). Sum of RGB (Red+Green+Blue) = 113+134+64=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #718640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718640 is #8E79BF. Grayscale: #787878. Windows color (decimal): -9337280 or 4228721. OLE color: 4228721.

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

Color convert

RGB 113 134 64 -
CMYK 0.16 0 0.52 0.47
HSL 78º 0.35% 0.39% -
HSV(B) 78º 0.52% 0.53% -
XYZ 16.26 20.93 8.03 -
YUV 119.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 113 134 64 0.16 0 0.52 0.47 78 0.35 0.39
Hex 71 86 40 10 0 34 2F 4E 23 27
Octal 161 206 100 20 0 64 57 116 43 47
Binary 1110001 10000110 1000000 10000 0 110100 101111 1001110 100011 100111

Color Harmonies of #718640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718640

Black with #718640

Text Example


Text Example

White with #718640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718640; }

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

 H1.HeaderClassName
 {
   color: #718640;
 }
 .AnyTagClassName
 {
   color: #718640;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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