Html Css Color HEX #7A8240 Wasabi

📋 copy color: '#7A8240'

red 122 ◦ green 130 ◦ blue 64

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

Shades of Wasabi #7A8240

Tints of Wasabi #7A8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

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

R = 38.61%
G = 41.14%
B = 20.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#7A8240 (or 0x7A8240) is known color: Wasabi. HEX triplet: 7A, 82 and 40. RGB value is (122,130,64). Sum of RGB (Red+Green+Blue) = 122+130+64=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #7A8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8240 is #857DBF. Grayscale: #787878. Windows color (decimal): -8748480 or 4227706. OLE color: 4227706.

HSL color Cylindrical-coordinate representation of color #7A8240: hue angle of 67.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A8240 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 64 -
CMYK 0.06 0 0.51 0.49
HSL 67.27º 0.34% 0.38% -
HSV(B) 67.27º 0.51% 0.51% -
XYZ 16.93 20.47 7.91 -
YUV 120.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 122 130 64 0.06 0 0.51 0.49 67.27 0.34 0.38
Hex 7A 82 40 6 0 33 31 43 22 26
Octal 172 202 100 6 0 63 61 103 42 46
Binary 1111010 10000010 1000000 110 0 110011 110001 1000011 100010 100110

Color Harmonies of #7A8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8240

Black with #7A8240

Text Example


Text Example

White with #7A8240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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