Html Css Color HEX #7D803E Wasabi

📋 copy color: '#7D803E'

red 125 ◦ green 128 ◦ blue 62

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

Shades of Wasabi #7D803E

Tints of Wasabi #7D803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 39.68%
G = 40.63%
B = 19.68%

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

#7D803E (or 0x7D803E) is known color: Wasabi. HEX triplet: 7D, 80 and 3E. RGB value is (125,128,62). Sum of RGB (Red+Green+Blue) = 125+128+62=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #7D803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D803E is #827FC1. Grayscale: #777777. Windows color (decimal): -8552386 or 4096125. OLE color: 4096125.

HSL color Cylindrical-coordinate representation of color #7D803E: hue angle of 62.73º 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 #7D803E is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 128 62 -
CMYK 0.02 0 0.52 0.50
HSL 62.73º 0.35% 0.37% -
HSV(B) 62.73º 0.52% 0.5% -
XYZ 17.05 20.15 7.55 -
YUV 119.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 125 128 62 0.02 0 0.52 0.50 62.73 0.35 0.37
Hex 7D 80 3E 2 0 34 32 3F 23 25
Octal 175 200 76 2 0 64 62 77 43 45
Binary 1111101 10000000 111110 10 0 110100 110010 111111 100011 100101

Color Harmonies of #7D803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D803E

Black with #7D803E

Text Example


Text Example

White with #7D803E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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