Html Css Color HEX #718138 Wasabi

📋 copy color: '#718138'

red 113 ◦ green 129 ◦ blue 56

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

Shades of Wasabi #718138

Tints of Wasabi #718138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 37.92%
G = 43.29%
B = 18.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#718138 (or 0x718138) is known color: Wasabi. HEX triplet: 71, 81 and 38. RGB value is (113,129,56). Sum of RGB (Red+Green+Blue) = 113+129+56=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #718138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718138 is #8E7EC7. Grayscale: #747474. Windows color (decimal): -9338568 or 3703153. OLE color: 3703153.

HSL color Cylindrical-coordinate representation of color #718138: hue angle of 73.15º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #718138 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 56 -
CMYK 0.12 0 0.57 0.49
HSL 73.15º 0.39% 0.36% -
HSV(B) 73.15º 0.57% 0.51% -
XYZ 15.37 19.5 6.69 -
YUV 115.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 113 129 56 0.12 0 0.57 0.49 73.15 0.39 0.36
Hex 71 81 38 C 0 39 31 49 27 24
Octal 161 201 70 14 0 71 61 111 47 44
Binary 1110001 10000001 111000 1100 0 111001 110001 1001001 100111 100100

Color Harmonies of #718138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718138

Black with #718138

Text Example


Text Example

White with #718138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718138; }

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

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

background-color css

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

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

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

border-color css

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

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

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