Html Css Color HEX #7D9331 Wasabi

📋 copy color: '#7D9331'

red 125 ◦ green 147 ◦ blue 49

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

Shades of Wasabi #7D9331

Tints of Wasabi #7D9331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 38.94%
G = 45.79%
B = 15.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#7D9331 (or 0x7D9331) is known color: Wasabi. HEX triplet: 7D, 93 and 31. RGB value is (125,147,49). Sum of RGB (Red+Green+Blue) = 125+147+49=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9331 is #826CCE. Grayscale: #818181. Windows color (decimal): -8547535 or 3249021. OLE color: 3249021.

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

Color convert

RGB 125 147 49 -
CMYK 0.15 0 0.67 0.42
HSL 73.47º 0.5% 0.38% -
HSV(B) 73.47º 0.67% 0.58% -
XYZ 19.45 25.45 6.79 -
YUV 129.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 125 147 49 0.15 0 0.67 0.42 73.47 0.5 0.38
Hex 7D 93 31 F 0 43 2A 49 32 26
Octal 175 223 61 17 0 103 52 111 62 46
Binary 1111101 10010011 110001 1111 0 1000011 101010 1001001 110010 100110

Color Harmonies of #7D9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9331

Black with #7D9331

Text Example


Text Example

White with #7D9331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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