Html Css Color HEX #7D9341 Wasabi

📋 copy color: '#7D9341'

red 125 ◦ green 147 ◦ blue 65

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

Shades of Wasabi #7D9341

Tints of Wasabi #7D9341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

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

R = 37.09%
G = 43.62%
B = 19.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#7D9341 (or 0x7D9341) is known color: Wasabi. HEX triplet: 7D, 93 and 41. RGB value is (125,147,65). Sum of RGB (Red+Green+Blue) = 125+147+65=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9341 is #826CBE. Grayscale: #838383. Windows color (decimal): -8547519 or 4297597. OLE color: 4297597.

HSL color Cylindrical-coordinate representation of color #7D9341: hue angle of 76.1º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D9341 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 147 65 -
CMYK 0.15 0 0.56 0.42
HSL 76.1º 0.39% 0.42% -
HSV(B) 76.1º 0.56% 0.58% -
XYZ 19.85 25.61 8.9 -
YUV 131.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 125 147 65 0.15 0 0.56 0.42 76.1 0.39 0.42
Hex 7D 93 41 F 0 38 2A 4C 27 2A
Octal 175 223 101 17 0 70 52 114 47 52
Binary 1111101 10010011 1000001 1111 0 111000 101010 1001100 100111 101010

Color Harmonies of #7D9341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9341

Black with #7D9341

Text Example


Text Example

White with #7D9341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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