Html Css Color HEX #718740 Wasabi

📋 copy color: '#718740'

red 113 ◦ green 135 ◦ blue 64

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

Shades of Wasabi #718740

Tints of Wasabi #718740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 36.22%
G = 43.27%
B = 20.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#718740 (or 0x718740) is known color: Wasabi. HEX triplet: 71, 87 and 40. RGB value is (113,135,64). Sum of RGB (Red+Green+Blue) = 113+135+64=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #718740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718740 is #8E78BF. Grayscale: #787878. Windows color (decimal): -9337024 or 4228977. OLE color: 4228977.

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

Color convert

RGB 113 135 64 -
CMYK 0.16 0 0.53 0.47
HSL 78.59º 0.36% 0.39% -
HSV(B) 78.59º 0.53% 0.53% -
XYZ 16.4 21.21 8.08 -
YUV 120.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 113 135 64 0.16 0 0.53 0.47 78.59 0.36 0.39
Hex 71 87 40 10 0 35 2F 4F 24 27
Octal 161 207 100 20 0 65 57 117 44 47
Binary 1110001 10000111 1000000 10000 0 110101 101111 1001111 100100 100111

Color Harmonies of #718740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718740

Black with #718740

Text Example


Text Example

White with #718740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718740; }

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

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

background-color css

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

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

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

border-color css

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

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

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