Html Css Color HEX #7D823F Wasabi

📋 copy color: '#7D823F'

red 125 ◦ green 130 ◦ blue 63

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

Shades of Wasabi #7D823F

Tints of Wasabi #7D823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 39.31%
G = 40.88%
B = 19.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#7D823F (or 0x7D823F) is known color: Wasabi. HEX triplet: 7D, 82 and 3F. RGB value is (125,130,63). Sum of RGB (Red+Green+Blue) = 125+130+63=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #7D823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D823F is #827DC0. Grayscale: #797979. Windows color (decimal): -8551873 or 4162173. OLE color: 4162173.

HSL color Cylindrical-coordinate representation of color #7D823F: hue angle of 64.48º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D823F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 130 63 -
CMYK 0.04 0 0.52 0.49
HSL 64.48º 0.35% 0.38% -
HSV(B) 64.48º 0.52% 0.51% -
XYZ 17.34 20.68 7.78 -
YUV 120.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 125 130 63 0.04 0 0.52 0.49 64.48 0.35 0.38
Hex 7D 82 3F 4 0 34 31 40 23 26
Octal 175 202 77 4 0 64 61 100 43 46
Binary 1111101 10000010 111111 100 0 110100 110001 1000000 100011 100110

Color Harmonies of #7D823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D823F

Black with #7D823F

Text Example


Text Example

White with #7D823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,130,63); }

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

background-color css

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

 a { background-color: rgb(125,130,63); }

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

border-color css

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

 span { border-color: rgb(125,130,63); }

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