Html Css Color HEX #7D9148 Wasabi

📋 copy color: '#7D9148'

red 125 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #7D9148

Tints of Wasabi #7D9148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 36.55%
G = 42.4%
B = 21.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#7D9148 (or 0x7D9148) is known color: Wasabi. HEX triplet: 7D, 91 and 48. RGB value is (125,145,72). Sum of RGB (Red+Green+Blue) = 125+145+72=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9148 is #826EB7. Grayscale: #828282. Windows color (decimal): -8548024 or 4755837. OLE color: 4755837.

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

Color convert

RGB 125 145 72 -
CMYK 0.14 0 0.50 0.43
HSL 76.44º 0.34% 0.43% -
HSV(B) 76.44º 0.5% 0.57% -
XYZ 19.75 25.08 9.93 -
YUV 130.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 125 145 72 0.14 0 0.50 0.43 76.44 0.34 0.43
Hex 7D 91 48 E 0 32 2B 4C 22 2B
Octal 175 221 110 16 0 62 53 114 42 53
Binary 1111101 10010001 1001000 1110 0 110010 101011 1001100 100010 101011

Color Harmonies of #7D9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9148

Black with #7D9148

Text Example


Text Example

White with #7D9148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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