Html Css Color HEX #7D934A Wasabi

📋 copy color: '#7D934A'

red 125 ◦ green 147 ◦ blue 74

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

Shades of Wasabi #7D934A

Tints of Wasabi #7D934A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 36.13%
G = 42.49%
B = 21.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#7D934A (or 0x7D934A) is known color: Wasabi. HEX triplet: 7D, 93 and 4A. RGB value is (125,147,74). Sum of RGB (Red+Green+Blue) = 125+147+74=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #7D934A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D934A is #826CB5. Grayscale: #848484. Windows color (decimal): -8547510 or 4887421. OLE color: 4887421.

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

Color convert

RGB 125 147 74 -
CMYK 0.15 0 0.50 0.42
HSL 78.08º 0.33% 0.43% -
HSV(B) 78.08º 0.5% 0.58% -
XYZ 20.13 25.72 10.38 -
YUV 132.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 125 147 74 0.15 0 0.50 0.42 78.08 0.33 0.43
Hex 7D 93 4A F 0 32 2A 4E 21 2B
Octal 175 223 112 17 0 62 52 116 41 53
Binary 1111101 10010011 1001010 1111 0 110010 101010 1001110 100001 101011

Color Harmonies of #7D934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D934A

Black with #7D934A

Text Example


Text Example

White with #7D934A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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