Html Css Color HEX #7D914A Wasabi

📋 copy color: '#7D914A'

red 125 ◦ green 145 ◦ blue 74

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

Shades of Wasabi #7D914A

Tints of Wasabi #7D914A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 36.34%
G = 42.15%
B = 21.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#7D914A (or 0x7D914A) is known color: Wasabi. HEX triplet: 7D, 91 and 4A. RGB value is (125,145,74). Sum of RGB (Red+Green+Blue) = 125+145+74=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #7D914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D914A is #826EB5. Grayscale: #838383. Windows color (decimal): -8548022 or 4886909. OLE color: 4886909.

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

Color convert

RGB 125 145 74 -
CMYK 0.14 0 0.49 0.43
HSL 76.9º 0.32% 0.43% -
HSV(B) 76.9º 0.49% 0.57% -
XYZ 19.82 25.11 10.28 -
YUV 130.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 125 145 74 0.14 0 0.49 0.43 76.9 0.32 0.43
Hex 7D 91 4A E 0 31 2B 4D 20 2B
Octal 175 221 112 16 0 61 53 115 40 53
Binary 1111101 10010001 1001010 1110 0 110001 101011 1001101 100000 101011

Color Harmonies of #7D914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D914A

Black with #7D914A

Text Example


Text Example

White with #7D914A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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