Html Css Color HEX #7A8944 Wasabi

📋 copy color: '#7A8944'

red 122 ◦ green 137 ◦ blue 68

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

Shades of Wasabi #7A8944

Tints of Wasabi #7A8944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 37.31%
G = 41.9%
B = 20.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#7A8944 (or 0x7A8944) is known color: Wasabi. HEX triplet: 7A, 89 and 44. RGB value is (122,137,68). Sum of RGB (Red+Green+Blue) = 122+137+68=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8944 is #8576BB. Grayscale: #7C7C7C. Windows color (decimal): -8746684 or 4491642. OLE color: 4491642.

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

Color convert

RGB 122 137 68 -
CMYK 0.11 0 0.50 0.46
HSL 73.04º 0.34% 0.4% -
HSV(B) 73.04º 0.5% 0.54% -
XYZ 18.02 22.45 8.85 -
YUV 124.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 122 137 68 0.11 0 0.50 0.46 73.04 0.34 0.4
Hex 7A 89 44 B 0 32 2E 49 22 28
Octal 172 211 104 13 0 62 56 111 42 50
Binary 1111010 10001001 1000100 1011 0 110010 101110 1001001 100010 101000

Color Harmonies of #7A8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8944

Black with #7A8944

Text Example


Text Example

White with #7A8944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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