Html Css Color HEX #7A813D Wasabi

📋 copy color: '#7A813D'

red 122 ◦ green 129 ◦ blue 61

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

Shades of Wasabi #7A813D

Tints of Wasabi #7A813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 39.1%
G = 41.35%
B = 19.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#7A813D (or 0x7A813D) is known color: Wasabi. HEX triplet: 7A, 81 and 3D. RGB value is (122,129,61). Sum of RGB (Red+Green+Blue) = 122+129+61=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #7A813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A813D is #857EC2. Grayscale: #777777. Windows color (decimal): -8748739 or 4030842. OLE color: 4030842.

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

Color convert

RGB 122 129 61 -
CMYK 0.05 0 0.53 0.49
HSL 66.18º 0.36% 0.37% -
HSV(B) 66.18º 0.53% 0.51% -
XYZ 16.72 20.18 7.43 -
YUV 119.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 122 129 61 0.05 0 0.53 0.49 66.18 0.36 0.37
Hex 7A 81 3D 5 0 35 31 42 24 25
Octal 172 201 75 5 0 65 61 102 44 45
Binary 1111010 10000001 111101 101 0 110101 110001 1000010 100100 100101

Color Harmonies of #7A813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A813D

Black with #7A813D

Text Example


Text Example

White with #7A813D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,129,61); }

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

background-color css

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

 a { background-color: rgb(122,129,61); }

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

border-color css

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

 span { border-color: rgb(122,129,61); }

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