Html Css Color HEX #7A823A Wasabi

📋 copy color: '#7A823A'

red 122 ◦ green 130 ◦ blue 58

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

Shades of Wasabi #7A823A

Tints of Wasabi #7A823A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 39.35%
G = 41.94%
B = 18.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#7A823A (or 0x7A823A) is known color: Wasabi. HEX triplet: 7A, 82 and 3A. RGB value is (122,130,58). Sum of RGB (Red+Green+Blue) = 122+130+58=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #7A823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A823A is #857DC5. Grayscale: #777777. Windows color (decimal): -8748486 or 3834490. OLE color: 3834490.

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

Color convert

RGB 122 130 58 -
CMYK 0.06 0 0.55 0.49
HSL 66.67º 0.38% 0.37% -
HSV(B) 66.67º 0.55% 0.51% -
XYZ 16.77 20.41 7.06 -
YUV 119.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 122 130 58 0.06 0 0.55 0.49 66.67 0.38 0.37
Hex 7A 82 3A 6 0 37 31 43 26 25
Octal 172 202 72 6 0 67 61 103 46 45
Binary 1111010 10000010 111010 110 0 110111 110001 1000011 100110 100101

Color Harmonies of #7A823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A823A

Black with #7A823A

Text Example


Text Example

White with #7A823A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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