Html Css Color HEX #7A894A Wasabi

📋 copy color: '#7A894A'

red 122 ◦ green 137 ◦ blue 74

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

Shades of Wasabi #7A894A

Tints of Wasabi #7A894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

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

R = 36.64%
G = 41.14%
B = 22.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#7A894A (or 0x7A894A) is known color: Wasabi. HEX triplet: 7A, 89 and 4A. RGB value is (122,137,74). Sum of RGB (Red+Green+Blue) = 122+137+74=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #7A894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A894A is #8576B5. Grayscale: #7D7D7D. Windows color (decimal): -8746678 or 4884858. OLE color: 4884858.

HSL color Cylindrical-coordinate representation of color #7A894A: hue angle of 74.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A894A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 137 74 -
CMYK 0.11 0 0.46 0.46
HSL 74.29º 0.3% 0.41% -
HSV(B) 74.29º 0.46% 0.54% -
XYZ 18.21 22.52 9.87 -
YUV 125.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 122 137 74 0.11 0 0.46 0.46 74.29 0.3 0.41
Hex 7A 89 4A B 0 2E 2E 4A 1E 29
Octal 172 211 112 13 0 56 56 112 36 51
Binary 1111010 10001001 1001010 1011 0 101110 101110 1001010 11110 101001

Color Harmonies of #7A894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A894A

Black with #7A894A

Text Example


Text Example

White with #7A894A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,137,74); }

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

background-color css

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

 a { background-color: rgb(122,137,74); }

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

border-color css

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

 span { border-color: rgb(122,137,74); }

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