Html Css Color HEX #7D803D Wasabi

📋 copy color: '#7D803D'

red 125 ◦ green 128 ◦ blue 61

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

Shades of Wasabi #7D803D

Tints of Wasabi #7D803D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 39.81%
G = 40.76%
B = 19.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7D803D (or 0x7D803D) is known color: Wasabi. HEX triplet: 7D, 80 and 3D. RGB value is (125,128,61). Sum of RGB (Red+Green+Blue) = 125+128+61=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #7D803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D803D is #827FC2. Grayscale: #777777. Windows color (decimal): -8552387 or 4030589. OLE color: 4030589.

HSL color Cylindrical-coordinate representation of color #7D803D: hue angle of 62.69º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D803D is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 128 61 -
CMYK 0.02 0 0.52 0.50
HSL 62.69º 0.35% 0.37% -
HSV(B) 62.69º 0.52% 0.5% -
XYZ 17.02 20.14 7.4 -
YUV 119.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 125 128 61 0.02 0 0.52 0.50 62.69 0.35 0.37
Hex 7D 80 3D 2 0 34 32 3F 23 25
Octal 175 200 75 2 0 64 62 77 43 45
Binary 1111101 10000000 111101 10 0 110100 110010 111111 100011 100101

Color Harmonies of #7D803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D803D

Black with #7D803D

Text Example


Text Example

White with #7D803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,128,61); }

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

background-color css

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

 a { background-color: rgb(125,128,61); }

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

border-color css

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

 span { border-color: rgb(125,128,61); }

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