Html Css Color HEX #7D922A Wasabi

📋 copy color: '#7D922A'

red 125 ◦ green 146 ◦ blue 42

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

Shades of Wasabi #7D922A

Tints of Wasabi #7D922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.65%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 39.94%
G = 46.65%
B = 13.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#7D922A (or 0x7D922A) is known color: Wasabi. HEX triplet: 7D, 92 and 2A. RGB value is (125,146,42). Sum of RGB (Red+Green+Blue) = 125+146+42=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #7D922A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D922A is #826DD5. Grayscale: #808080. Windows color (decimal): -8547798 or 2790013. OLE color: 2790013.

HSL color Cylindrical-coordinate representation of color #7D922A: hue angle of 72.12º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D922A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 146 42 -
CMYK 0.14 0 0.71 0.43
HSL 72.12º 0.55% 0.37% -
HSV(B) 72.12º 0.71% 0.57% -
XYZ 19.15 25.08 6.02 -
YUV 127.87 79.54 125.96 -
System Red Green Blue C M Y K H S L
Decimal 125 146 42 0.14 0 0.71 0.43 72.12 0.55 0.37
Hex 7D 92 2A E 0 47 2B 48 37 25
Octal 175 222 52 16 0 107 53 110 67 45
Binary 1111101 10010010 101010 1110 0 1000111 101011 1001000 110111 100101

Color Harmonies of #7D922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D922A

Black with #7D922A

Text Example


Text Example

White with #7D922A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,146,42); }

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

background-color css

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

 a { background-color: rgb(125,146,42); }

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

border-color css

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

 span { border-color: rgb(125,146,42); }

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