Html Css Color HEX #7A9044 Wasabi

📋 copy color: '#7A9044'

red 122 ◦ green 144 ◦ blue 68

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

Shades of Wasabi #7A9044

Tints of Wasabi #7A9044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.11%

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

R = 36.53%
G = 43.11%
B = 20.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#7A9044 (or 0x7A9044) is known color: Wasabi. HEX triplet: 7A, 90 and 44. RGB value is (122,144,68). Sum of RGB (Red+Green+Blue) = 122+144+68=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9044 is #856FBB. Grayscale: #818181. Windows color (decimal): -8744892 or 4493434. OLE color: 4493434.

HSL color Cylindrical-coordinate representation of color #7A9044: hue angle of 77.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A9044 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 144 68 -
CMYK 0.15 0 0.53 0.44
HSL 77.37º 0.36% 0.42% -
HSV(B) 77.37º 0.53% 0.56% -
XYZ 19.04 24.5 9.19 -
YUV 128.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 122 144 68 0.15 0 0.53 0.44 77.37 0.36 0.42
Hex 7A 90 44 F 0 35 2C 4D 24 2A
Octal 172 220 104 17 0 65 54 115 44 52
Binary 1111010 10010000 1000100 1111 0 110101 101100 1001101 100100 101010

Color Harmonies of #7A9044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9044

Black with #7A9044

Text Example


Text Example

White with #7A9044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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