Html Css Color HEX #7A8040 Wasabi

📋 copy color: '#7A8040'

red 122 ◦ green 128 ◦ blue 64

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

Shades of Wasabi #7A8040

Tints of Wasabi #7A8040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 38.85%
G = 40.76%
B = 20.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#7A8040 (or 0x7A8040) is known color: Wasabi. HEX triplet: 7A, 80 and 40. RGB value is (122,128,64). Sum of RGB (Red+Green+Blue) = 122+128+64=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8040 is #857FBF. Grayscale: #777777. Windows color (decimal): -8748992 or 4227194. OLE color: 4227194.

HSL color Cylindrical-coordinate representation of color #7A8040: hue angle of 65.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A8040 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 122 128 64 -
CMYK 0.05 0 0.5 0.50
HSL 65.63º 0.33% 0.38% -
HSV(B) 65.63º 0.5% 0.5% -
XYZ 16.67 19.95 7.82 -
YUV 118.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 122 128 64 0.05 0 0.5 0.50 65.63 0.33 0.38
Hex 7A 80 40 5 0 32 32 42 21 26
Octal 172 200 100 5 0 62 62 102 41 46
Binary 1111010 10000000 1000000 101 0 110010 110010 1000010 100001 100110

Color Harmonies of #7A8040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8040

Black with #7A8040

Text Example


Text Example

White with #7A8040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,128,64); }

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

background-color css

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

 a { background-color: rgb(122,128,64); }

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

border-color css

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

 span { border-color: rgb(122,128,64); }

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