Html Css Color HEX #7A9140 Wasabi

📋 copy color: '#7A9140'

red 122 ◦ green 145 ◦ blue 64

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

Shades of Wasabi #7A9140

Tints of Wasabi #7A9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 36.86%
G = 43.81%
B = 19.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#7A9140 (or 0x7A9140) is known color: Wasabi. HEX triplet: 7A, 91 and 40. RGB value is (122,145,64). Sum of RGB (Red+Green+Blue) = 122+145+64=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9140 is #856EBF. Grayscale: #818181. Windows color (decimal): -8744640 or 4231546. OLE color: 4231546.

HSL color Cylindrical-coordinate representation of color #7A9140: hue angle of 77.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A9140 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 145 64 -
CMYK 0.16 0 0.56 0.43
HSL 77.04º 0.39% 0.41% -
HSV(B) 77.04º 0.56% 0.57% -
XYZ 19.08 24.76 8.62 -
YUV 128.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 122 145 64 0.16 0 0.56 0.43 77.04 0.39 0.41
Hex 7A 91 40 10 0 38 2B 4D 27 29
Octal 172 221 100 20 0 70 53 115 47 51
Binary 1111010 10010001 1000000 10000 0 111000 101011 1001101 100111 101001

Color Harmonies of #7A9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9140

Black with #7A9140

Text Example


Text Example

White with #7A9140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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