Html Css Color HEX #7A823B Wasabi

📋 copy color: '#7A823B'

red 122 ◦ green 130 ◦ blue 59

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

Shades of Wasabi #7A823B

Tints of Wasabi #7A823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 39.23%
G = 41.8%
B = 18.97%

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

#7A823B (or 0x7A823B) is known color: Wasabi. HEX triplet: 7A, 82 and 3B. RGB value is (122,130,59). Sum of RGB (Red+Green+Blue) = 122+130+59=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #7A823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A823B is #857DC4. Grayscale: #777777. Windows color (decimal): -8748485 or 3900026. OLE color: 3900026.

HSL color Cylindrical-coordinate representation of color #7A823B: hue angle of 66.76º 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 #7A823B is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 130 59 -
CMYK 0.06 0 0.55 0.49
HSL 66.76º 0.38% 0.37% -
HSV(B) 66.76º 0.55% 0.51% -
XYZ 16.8 20.42 7.19 -
YUV 119.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 122 130 59 0.06 0 0.55 0.49 66.76 0.38 0.37
Hex 7A 82 3B 6 0 37 31 43 26 25
Octal 172 202 73 6 0 67 61 103 46 45
Binary 1111010 10000010 111011 110 0 110111 110001 1000011 100110 100101

Color Harmonies of #7A823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A823B

Black with #7A823B

Text Example


Text Example

White with #7A823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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