Html Css Color HEX #7A8949 Wasabi

📋 copy color: '#7A8949'

red 122 ◦ green 137 ◦ blue 73

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

Shades of Wasabi #7A8949

Tints of Wasabi #7A8949

RGB

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

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

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

R = 36.75%
G = 41.27%
B = 21.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#7A8949 (or 0x7A8949) is known color: Wasabi. HEX triplet: 7A, 89 and 49. RGB value is (122,137,73). Sum of RGB (Red+Green+Blue) = 122+137+73=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8949 is #8576B6. Grayscale: #7D7D7D. Windows color (decimal): -8746679 or 4819322. OLE color: 4819322.

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

Color convert

RGB 122 137 73 -
CMYK 0.11 0 0.47 0.46
HSL 74.06º 0.3% 0.41% -
HSV(B) 74.06º 0.47% 0.54% -
XYZ 18.17 22.51 9.69 -
YUV 125.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 122 137 73 0.11 0 0.47 0.46 74.06 0.3 0.41
Hex 7A 89 49 B 0 2F 2E 4A 1E 29
Octal 172 211 111 13 0 57 56 112 36 51
Binary 1111010 10001001 1001001 1011 0 101111 101110 1001010 11110 101001

Color Harmonies of #7A8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8949

Black with #7A8949

Text Example


Text Example

White with #7A8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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