Html Css Color HEX #7A9449 Wasabi

📋 copy color: '#7A9449'

red 122 ◦ green 148 ◦ blue 73

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

Shades of Wasabi #7A9449

Tints of Wasabi #7A9449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.15%

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

R = 35.57%
G = 43.15%
B = 21.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#7A9449 (or 0x7A9449) is known color: Wasabi. HEX triplet: 7A, 94 and 49. RGB value is (122,148,73). Sum of RGB (Red+Green+Blue) = 122+148+73=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9449 is #856BB6. Grayscale: #838383. Windows color (decimal): -8743863 or 4822138. OLE color: 4822138.

HSL color Cylindrical-coordinate representation of color #7A9449: hue angle of 80.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A9449 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 73 -
CMYK 0.18 0 0.51 0.42
HSL 80.8º 0.34% 0.43% -
HSV(B) 80.8º 0.51% 0.58% -
XYZ 19.82 25.8 10.24 -
YUV 131.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 122 148 73 0.18 0 0.51 0.42 80.8 0.34 0.43
Hex 7A 94 49 12 0 33 2A 51 22 2B
Octal 172 224 111 22 0 63 52 121 42 53
Binary 1111010 10010100 1001001 10010 0 110011 101010 1010001 100010 101011

Color Harmonies of #7A9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9449

Black with #7A9449

Text Example


Text Example

White with #7A9449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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