Html Css Color HEX #7A9149 Wasabi

📋 copy color: '#7A9149'

red 122 ◦ green 145 ◦ blue 73

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

Shades of Wasabi #7A9149

Tints of Wasabi #7A9149

RGB

 RED value IS 122 (48.05% from 255) = 35.88%

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 35.88%
G = 42.65%
B = 21.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#7A9149 (or 0x7A9149) is known color: Wasabi. HEX triplet: 7A, 91 and 49. RGB value is (122,145,73). Sum of RGB (Red+Green+Blue) = 122+145+73=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9149 is #856EB6. Grayscale: #828282. Windows color (decimal): -8744631 or 4821370. OLE color: 4821370.

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

Color convert

RGB 122 145 73 -
CMYK 0.16 0 0.50 0.43
HSL 79.17º 0.33% 0.43% -
HSV(B) 79.17º 0.5% 0.57% -
XYZ 19.35 24.87 10.08 -
YUV 129.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 122 145 73 0.16 0 0.50 0.43 79.17 0.33 0.43
Hex 7A 91 49 10 0 32 2B 4F 21 2B
Octal 172 221 111 20 0 62 53 117 41 53
Binary 1111010 10010001 1001001 10000 0 110010 101011 1001111 100001 101011

Color Harmonies of #7A9149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9149

Black with #7A9149

Text Example


Text Example

White with #7A9149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,145,73); }

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

background-color css

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

 a { background-color: rgb(122,145,73); }

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

border-color css

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

 span { border-color: rgb(122,145,73); }

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