Html Css Color HEX #7D8241 Wasabi

📋 copy color: '#7D8241'

red 125 ◦ green 130 ◦ blue 65

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

Shades of Wasabi #7D8241

Tints of Wasabi #7D8241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 39.06%
G = 40.63%
B = 20.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#7D8241 (or 0x7D8241) is known color: Wasabi. HEX triplet: 7D, 82 and 41. RGB value is (125,130,65). Sum of RGB (Red+Green+Blue) = 125+130+65=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8241 is #827DBE. Grayscale: #797979. Windows color (decimal): -8551871 or 4293245. OLE color: 4293245.

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

Color convert

RGB 125 130 65 -
CMYK 0.04 0 0.50 0.49
HSL 64.62º 0.33% 0.38% -
HSV(B) 64.62º 0.5% 0.51% -
XYZ 17.39 20.71 8.08 -
YUV 121.1 96.34 130.79 -
System Red Green Blue C M Y K H S L
Decimal 125 130 65 0.04 0 0.50 0.49 64.62 0.33 0.38
Hex 7D 82 41 4 0 32 31 41 21 26
Octal 175 202 101 4 0 62 61 101 41 46
Binary 1111101 10000010 1000001 100 0 110010 110001 1000001 100001 100110

Color Harmonies of #7D8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8241

Black with #7D8241

Text Example


Text Example

White with #7D8241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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