Html Css Color HEX #7D914D Wasabi

📋 copy color: '#7D914D'

red 125 ◦ green 145 ◦ blue 77

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

Shades of Wasabi #7D914D

Tints of Wasabi #7D914D

RGB

 RED value IS 125 (49.22% from 255) = 36.02%

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 36.02%
G = 41.79%
B = 22.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#7D914D (or 0x7D914D) is known color: Wasabi. HEX triplet: 7D, 91 and 4D. RGB value is (125,145,77). Sum of RGB (Red+Green+Blue) = 125+145+77=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #7D914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D914D is #826EB2. Grayscale: #838383. Windows color (decimal): -8548019 or 5083517. OLE color: 5083517.

HSL color Cylindrical-coordinate representation of color #7D914D: hue angle of 77.65º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D914D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 145 77 -
CMYK 0.14 0 0.47 0.43
HSL 77.65º 0.31% 0.44% -
HSV(B) 77.65º 0.47% 0.57% -
XYZ 19.92 25.15 10.82 -
YUV 131.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 125 145 77 0.14 0 0.47 0.43 77.65 0.31 0.44
Hex 7D 91 4D E 0 2F 2B 4E 1F 2C
Octal 175 221 115 16 0 57 53 116 37 54
Binary 1111101 10010001 1001101 1110 0 101111 101011 1001110 11111 101100

Color Harmonies of #7D914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D914D

Black with #7D914D

Text Example


Text Example

White with #7D914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D914D; }

 p { color: rgb(125,145,77); }

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

background-color css

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

 a { background-color: rgb(125,145,77); }

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

border-color css

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

 span { border-color: rgb(125,145,77); }

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