Html Css Color HEX #7C9132 Wasabi

📋 copy color: '#7C9132'

red 124 ◦ green 145 ◦ blue 50

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

Shades of Wasabi #7C9132

Tints of Wasabi #7C9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 38.87%
G = 45.45%
B = 15.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#7C9132 (or 0x7C9132) is known color: Wasabi. HEX triplet: 7C, 91 and 32. RGB value is (124,145,50). Sum of RGB (Red+Green+Blue) = 124+145+50=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9132 is #836ECD. Grayscale: #808080. Windows color (decimal): -8613582 or 3314044. OLE color: 3314044.

HSL color Cylindrical-coordinate representation of color #7C9132: hue angle of 73.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C9132 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 145 50 -
CMYK 0.14 0 0.66 0.43
HSL 73.26º 0.49% 0.38% -
HSV(B) 73.26º 0.66% 0.57% -
XYZ 19.01 24.77 6.8 -
YUV 127.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 124 145 50 0.14 0 0.66 0.43 73.26 0.49 0.38
Hex 7C 91 32 E 0 42 2B 49 31 26
Octal 174 221 62 16 0 102 53 111 61 46
Binary 1111100 10010001 110010 1110 0 1000010 101011 1001001 110001 100110

Color Harmonies of #7C9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9132

Black with #7C9132

Text Example


Text Example

White with #7C9132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,50); }

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

background-color css

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

 a { background-color: rgb(124,145,50); }

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

border-color css

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

 span { border-color: rgb(124,145,50); }

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