Html Css Color HEX #7D9344 Wasabi

📋 copy color: '#7D9344'

red 125 ◦ green 147 ◦ blue 68

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

Shades of Wasabi #7D9344

Tints of Wasabi #7D9344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 68 (26.95% from 255) = 20%

R = 36.76%
G = 43.24%
B = 20%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#7D9344 (or 0x7D9344) is known color: Wasabi. HEX triplet: 7D, 93 and 44. RGB value is (125,147,68). Sum of RGB (Red+Green+Blue) = 125+147+68=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9344 is #826CBB. Grayscale: #838383. Windows color (decimal): -8547516 or 4494205. OLE color: 4494205.

HSL color Cylindrical-coordinate representation of color #7D9344: hue angle of 76.71º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D9344 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 68 -
CMYK 0.15 0 0.54 0.42
HSL 76.71º 0.37% 0.42% -
HSV(B) 76.71º 0.54% 0.58% -
XYZ 19.93 25.64 9.37 -
YUV 131.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 125 147 68 0.15 0 0.54 0.42 76.71 0.37 0.42
Hex 7D 93 44 F 0 36 2A 4D 25 2A
Octal 175 223 104 17 0 66 52 115 45 52
Binary 1111101 10010011 1000100 1111 0 110110 101010 1001101 100101 101010

Color Harmonies of #7D9344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9344

Black with #7D9344

Text Example


Text Example

White with #7D9344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,68); }

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

background-color css

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

 a { background-color: rgb(125,147,68); }

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

border-color css

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

 span { border-color: rgb(125,147,68); }

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