Html Css Color HEX #7A823F Wasabi

📋 copy color: '#7A823F'

red 122 ◦ green 130 ◦ blue 63

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

Shades of Wasabi #7A823F

Tints of Wasabi #7A823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20%

R = 38.73%
G = 41.27%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#7A823F (or 0x7A823F) is known color: Wasabi. HEX triplet: 7A, 82 and 3F. RGB value is (122,130,63). Sum of RGB (Red+Green+Blue) = 122+130+63=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #7A823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A823F is #857DC0. Grayscale: #787878. Windows color (decimal): -8748481 or 4162170. OLE color: 4162170.

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

Color convert

RGB 122 130 63 -
CMYK 0.06 0 0.52 0.49
HSL 67.16º 0.35% 0.38% -
HSV(B) 67.16º 0.52% 0.51% -
XYZ 16.91 20.46 7.76 -
YUV 119.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 122 130 63 0.06 0 0.52 0.49 67.16 0.35 0.38
Hex 7A 82 3F 6 0 34 31 43 23 26
Octal 172 202 77 6 0 64 61 103 43 46
Binary 1111010 10000010 111111 110 0 110100 110001 1000011 100011 100110

Color Harmonies of #7A823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A823F

Black with #7A823F

Text Example


Text Example

White with #7A823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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