Html Css Color HEX #7C803A Wasabi

📋 copy color: '#7C803A'

red 124 ◦ green 128 ◦ blue 58

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

Shades of Wasabi #7C803A

Tints of Wasabi #7C803A

RGB

 RED value IS 124 (48.83% from 255) = 40%

 GREEN value IS 128 (50.39% from 255) = 41.29%

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

R = 40%
G = 41.29%
B = 18.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7C803A (or 0x7C803A) is known color: Wasabi. HEX triplet: 7C, 80 and 3A. RGB value is (124,128,58). Sum of RGB (Red+Green+Blue) = 124+128+58=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #7C803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C803A is #837FC5. Grayscale: #777777. Windows color (decimal): -8617926 or 3833980. OLE color: 3833980.

HSL color Cylindrical-coordinate representation of color #7C803A: hue angle of 63.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C803A is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 124 128 58 -
CMYK 0.03 0 0.55 0.50
HSL 63.43º 0.38% 0.36% -
HSV(B) 63.43º 0.55% 0.5% -
XYZ 16.8 20.03 6.98 -
YUV 118.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 124 128 58 0.03 0 0.55 0.50 63.43 0.38 0.36
Hex 7C 80 3A 3 0 37 32 3F 26 24
Octal 174 200 72 3 0 67 62 77 46 44
Binary 1111100 10000000 111010 11 0 110111 110010 111111 100110 100100

Color Harmonies of #7C803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C803A

Black with #7C803A

Text Example


Text Example

White with #7C803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,128,58); }

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

background-color css

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

 a { background-color: rgb(124,128,58); }

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

border-color css

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

 span { border-color: rgb(124,128,58); }

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