Html Css Color HEX #7D9049 Wasabi

📋 copy color: '#7D9049'

red 125 ◦ green 144 ◦ blue 73

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

Shades of Wasabi #7D9049

Tints of Wasabi #7D9049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 36.55%
G = 42.11%
B = 21.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#7D9049 (or 0x7D9049) is known color: Wasabi. HEX triplet: 7D, 90 and 49. RGB value is (125,144,73). Sum of RGB (Red+Green+Blue) = 125+144+73=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9049 is #826FB6. Grayscale: #828282. Windows color (decimal): -8548279 or 4821117. OLE color: 4821117.

HSL color Cylindrical-coordinate representation of color #7D9049: hue angle of 76.06º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D9049 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 144 73 -
CMYK 0.13 0 0.49 0.44
HSL 76.06º 0.33% 0.43% -
HSV(B) 76.06º 0.49% 0.56% -
XYZ 19.63 24.79 10.05 -
YUV 130.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 125 144 73 0.13 0 0.49 0.44 76.06 0.33 0.43
Hex 7D 90 49 D 0 31 2C 4C 21 2B
Octal 175 220 111 15 0 61 54 114 41 53
Binary 1111101 10010000 1001001 1101 0 110001 101100 1001100 100001 101011

Color Harmonies of #7D9049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9049

Black with #7D9049

Text Example


Text Example

White with #7D9049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,144,73); }

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

background-color css

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

 a { background-color: rgb(125,144,73); }

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

border-color css

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

 span { border-color: rgb(125,144,73); }

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