Html Css Color HEX #7D823D Wasabi

📋 copy color: '#7D823D'

red 125 ◦ green 130 ◦ blue 61

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

Shades of Wasabi #7D823D

Tints of Wasabi #7D823D

RGB

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

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

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

R = 39.56%
G = 41.14%
B = 19.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#7D823D (or 0x7D823D) is known color: Wasabi. HEX triplet: 7D, 82 and 3D. RGB value is (125,130,61). Sum of RGB (Red+Green+Blue) = 125+130+61=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #7D823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D823D is #827DC2. Grayscale: #787878. Windows color (decimal): -8551875 or 4031101. OLE color: 4031101.

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

Color convert

RGB 125 130 61 -
CMYK 0.04 0 0.53 0.49
HSL 64.35º 0.36% 0.37% -
HSV(B) 64.35º 0.53% 0.51% -
XYZ 17.28 20.66 7.49 -
YUV 120.64 94.34 131.11 -
System Red Green Blue C M Y K H S L
Decimal 125 130 61 0.04 0 0.53 0.49 64.35 0.36 0.37
Hex 7D 82 3D 4 0 35 31 40 24 25
Octal 175 202 75 4 0 65 61 100 44 45
Binary 1111101 10000010 111101 100 0 110101 110001 1000000 100100 100101

Color Harmonies of #7D823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D823D

Black with #7D823D

Text Example


Text Example

White with #7D823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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