Html Css Color HEX #7D8944 Wasabi

📋 copy color: '#7D8944'

red 125 ◦ green 137 ◦ blue 68

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

Shades of Wasabi #7D8944

Tints of Wasabi #7D8944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

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

R = 37.88%
G = 41.52%
B = 20.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#7D8944 (or 0x7D8944) is known color: Wasabi. HEX triplet: 7D, 89 and 44. RGB value is (125,137,68). Sum of RGB (Red+Green+Blue) = 125+137+68=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8944 is #8276BB. Grayscale: #7D7D7D. Windows color (decimal): -8550076 or 4491645. OLE color: 4491645.

HSL color Cylindrical-coordinate representation of color #7D8944: hue angle of 70.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8944 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 137 68 -
CMYK 0.09 0 0.50 0.46
HSL 70.43º 0.34% 0.4% -
HSV(B) 70.43º 0.5% 0.54% -
XYZ 18.45 22.67 8.87 -
YUV 125.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 125 137 68 0.09 0 0.50 0.46 70.43 0.34 0.4
Hex 7D 89 44 9 0 32 2E 46 22 28
Octal 175 211 104 11 0 62 56 106 42 50
Binary 1111101 10001001 1000100 1001 0 110010 101110 1000110 100010 101000

Color Harmonies of #7D8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8944

Black with #7D8944

Text Example


Text Example

White with #7D8944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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