Html Css Color HEX #7A8342 Wasabi

📋 copy color: '#7A8342'

red 122 ◦ green 131 ◦ blue 66

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

Shades of Wasabi #7A8342

Tints of Wasabi #7A8342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 38.24%
G = 41.07%
B = 20.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#7A8342 (or 0x7A8342) is known color: Wasabi. HEX triplet: 7A, 83 and 42. RGB value is (122,131,66). Sum of RGB (Red+Green+Blue) = 122+131+66=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8342 is #857CBD. Grayscale: #797979. Windows color (decimal): -8748222 or 4359034. OLE color: 4359034.

HSL color Cylindrical-coordinate representation of color #7A8342: hue angle of 68.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A8342 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 122 131 66 -
CMYK 0.07 0 0.50 0.49
HSL 68.31º 0.33% 0.39% -
HSV(B) 68.31º 0.5% 0.51% -
XYZ 17.13 20.76 8.26 -
YUV 120.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 122 131 66 0.07 0 0.50 0.49 68.31 0.33 0.39
Hex 7A 83 42 7 0 32 31 44 21 27
Octal 172 203 102 7 0 62 61 104 41 47
Binary 1111010 10000011 1000010 111 0 110010 110001 1000100 100001 100111

Color Harmonies of #7A8342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8342

Black with #7A8342

Text Example


Text Example

White with #7A8342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,131,66); }

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

background-color css

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

 a { background-color: rgb(122,131,66); }

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

border-color css

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

 span { border-color: rgb(122,131,66); }

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