Html Css Color HEX #7A8D40 Wasabi

📋 copy color: '#7A8D40'

red 122 ◦ green 141 ◦ blue 64

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

Shades of Wasabi #7A8D40

Tints of Wasabi #7A8D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.12%

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

R = 37.31%
G = 43.12%
B = 19.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#7A8D40 (or 0x7A8D40) is known color: Wasabi. HEX triplet: 7A, 8D and 40. RGB value is (122,141,64). Sum of RGB (Red+Green+Blue) = 122+141+64=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8D40 is #8572BF. Grayscale: #7E7E7E. Windows color (decimal): -8745664 or 4230522. OLE color: 4230522.

HSL color Cylindrical-coordinate representation of color #7A8D40: hue angle of 74.81º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A8D40 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 141 64 -
CMYK 0.13 0 0.55 0.45
HSL 74.81º 0.38% 0.4% -
HSV(B) 74.81º 0.55% 0.55% -
XYZ 18.48 23.56 8.42 -
YUV 126.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 122 141 64 0.13 0 0.55 0.45 74.81 0.38 0.4
Hex 7A 8D 40 D 0 37 2D 4B 26 28
Octal 172 215 100 15 0 67 55 113 46 50
Binary 1111010 10001101 1000000 1101 0 110111 101101 1001011 100110 101000

Color Harmonies of #7A8D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8D40

Black with #7A8D40

Text Example


Text Example

White with #7A8D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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