Html Css Color HEX #7C9331 Wasabi

📋 copy color: '#7C9331'

red 124 ◦ green 147 ◦ blue 49

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

Shades of Wasabi #7C9331

Tints of Wasabi #7C9331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.94%

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 38.75%
G = 45.94%
B = 15.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#7C9331 (or 0x7C9331) is known color: Wasabi. HEX triplet: 7C, 93 and 31. RGB value is (124,147,49). Sum of RGB (Red+Green+Blue) = 124+147+49=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9331 is #836CCE. Grayscale: #818181. Windows color (decimal): -8613071 or 3249020. OLE color: 3249020.

HSL color Cylindrical-coordinate representation of color #7C9331: hue angle of 74.08º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C9331 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 147 49 -
CMYK 0.16 0 0.67 0.42
HSL 74.08º 0.5% 0.38% -
HSV(B) 74.08º 0.67% 0.58% -
XYZ 19.3 25.37 6.79 -
YUV 128.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 124 147 49 0.16 0 0.67 0.42 74.08 0.5 0.38
Hex 7C 93 31 10 0 43 2A 4A 32 26
Octal 174 223 61 20 0 103 52 112 62 46
Binary 1111100 10010011 110001 10000 0 1000011 101010 1001010 110010 100110

Color Harmonies of #7C9331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9331

Black with #7C9331

Text Example


Text Example

White with #7C9331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,147,49); }

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

background-color css

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

 a { background-color: rgb(124,147,49); }

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

border-color css

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

 span { border-color: rgb(124,147,49); }

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