Html Css Color HEX #7D9247 Wasabi

📋 copy color: '#7D9247'

red 125 ◦ green 146 ◦ blue 71

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

Shades of Wasabi #7D9247

Tints of Wasabi #7D9247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.69%

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 36.55%
G = 42.69%
B = 20.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#7D9247 (or 0x7D9247) is known color: Wasabi. HEX triplet: 7D, 92 and 47. RGB value is (125,146,71). Sum of RGB (Red+Green+Blue) = 125+146+71=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9247 is #826DB8. Grayscale: #838383. Windows color (decimal): -8547769 or 4690557. OLE color: 4690557.

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

Color convert

RGB 125 146 71 -
CMYK 0.14 0 0.51 0.43
HSL 76.8º 0.35% 0.43% -
HSV(B) 76.8º 0.51% 0.57% -
XYZ 19.87 25.37 9.81 -
YUV 131.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 125 146 71 0.14 0 0.51 0.43 76.8 0.35 0.43
Hex 7D 92 47 E 0 33 2B 4D 23 2B
Octal 175 222 107 16 0 63 53 115 43 53
Binary 1111101 10010010 1000111 1110 0 110011 101011 1001101 100011 101011

Color Harmonies of #7D9247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9247

Black with #7D9247

Text Example


Text Example

White with #7D9247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,146,71); }

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

background-color css

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

 a { background-color: rgb(125,146,71); }

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

border-color css

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

 span { border-color: rgb(125,146,71); }

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