Html Css Color HEX #7A8945 Wasabi

📋 copy color: '#7A8945'

red 122 ◦ green 137 ◦ blue 69

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

Shades of Wasabi #7A8945

Tints of Wasabi #7A8945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 37.2%
G = 41.77%
B = 21.04%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#7A8945 (or 0x7A8945) is known color: Wasabi. HEX triplet: 7A, 89 and 45. RGB value is (122,137,69). Sum of RGB (Red+Green+Blue) = 122+137+69=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8945 is #8576BA. Grayscale: #7D7D7D. Windows color (decimal): -8746683 or 4557178. OLE color: 4557178.

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

Color convert

RGB 122 137 69 -
CMYK 0.11 0 0.50 0.46
HSL 73.24º 0.33% 0.4% -
HSV(B) 73.24º 0.5% 0.54% -
XYZ 18.05 22.46 9.01 -
YUV 124.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 122 137 69 0.11 0 0.50 0.46 73.24 0.33 0.4
Hex 7A 89 45 B 0 32 2E 49 21 28
Octal 172 211 105 13 0 62 56 111 41 50
Binary 1111010 10001001 1000101 1011 0 110010 101110 1001001 100001 101000

Color Harmonies of #7A8945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8945

Black with #7A8945

Text Example


Text Example

White with #7A8945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,137,69); }

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

background-color css

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

 a { background-color: rgb(122,137,69); }

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

border-color css

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

 span { border-color: rgb(122,137,69); }

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