Html Css Color HEX #718641 Wasabi

📋 copy color: '#718641'

red 113 ◦ green 134 ◦ blue 65

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

Shades of Wasabi #718641

Tints of Wasabi #718641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 36.22%
G = 42.95%
B = 20.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#718641 (or 0x718641) is known color: Wasabi. HEX triplet: 71, 86 and 41. RGB value is (113,134,65). Sum of RGB (Red+Green+Blue) = 113+134+65=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #718641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718641 is #8E79BE. Grayscale: #787878. Windows color (decimal): -9337279 or 4294257. OLE color: 4294257.

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

Color convert

RGB 113 134 65 -
CMYK 0.16 0 0.51 0.47
HSL 78.26º 0.35% 0.39% -
HSV(B) 78.26º 0.51% 0.53% -
XYZ 16.29 20.94 8.18 -
YUV 119.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 113 134 65 0.16 0 0.51 0.47 78.26 0.35 0.39
Hex 71 86 41 10 0 33 2F 4E 23 27
Octal 161 206 101 20 0 63 57 116 43 47
Binary 1110001 10000110 1000001 10000 0 110011 101111 1001110 100011 100111

Color Harmonies of #718641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718641

Black with #718641

Text Example


Text Example

White with #718641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718641; }

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

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

background-color css

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

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

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

border-color css

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

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

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