Html Css Color HEX #7D9345 Wasabi

📋 copy color: '#7D9345'

red 125 ◦ green 147 ◦ blue 69

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

Shades of Wasabi #7D9345

Tints of Wasabi #7D9345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 36.66%
G = 43.11%
B = 20.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#7D9345 (or 0x7D9345) is known color: Wasabi. HEX triplet: 7D, 93 and 45. RGB value is (125,147,69). Sum of RGB (Red+Green+Blue) = 125+147+69=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9345 is #826CBA. Grayscale: #838383. Windows color (decimal): -8547515 or 4559741. OLE color: 4559741.

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

Color convert

RGB 125 147 69 -
CMYK 0.15 0 0.53 0.42
HSL 76.92º 0.36% 0.42% -
HSV(B) 76.92º 0.53% 0.58% -
XYZ 19.97 25.66 9.53 -
YUV 131.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 125 147 69 0.15 0 0.53 0.42 76.92 0.36 0.42
Hex 7D 93 45 F 0 35 2A 4D 24 2A
Octal 175 223 105 17 0 65 52 115 44 52
Binary 1111101 10010011 1000101 1111 0 110101 101010 1001101 100100 101010

Color Harmonies of #7D9345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9345

Black with #7D9345

Text Example


Text Example

White with #7D9345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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