Html Css Color HEX #7C913C Wasabi

📋 copy color: '#7C913C'

red 124 ◦ green 145 ◦ blue 60

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

Shades of Wasabi #7C913C

Tints of Wasabi #7C913C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 37.69%
G = 44.07%
B = 18.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#7C913C (or 0x7C913C) is known color: Wasabi. HEX triplet: 7C, 91 and 3C. RGB value is (124,145,60). Sum of RGB (Red+Green+Blue) = 124+145+60=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #7C913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C913C is #836EC3. Grayscale: #818181. Windows color (decimal): -8613572 or 3969404. OLE color: 3969404.

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

Color convert

RGB 124 145 60 -
CMYK 0.14 0 0.59 0.43
HSL 74.82º 0.41% 0.4% -
HSV(B) 74.82º 0.59% 0.57% -
XYZ 19.25 24.86 8.06 -
YUV 129.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 124 145 60 0.14 0 0.59 0.43 74.82 0.41 0.4
Hex 7C 91 3C E 0 3B 2B 4B 29 28
Octal 174 221 74 16 0 73 53 113 51 50
Binary 1111100 10010001 111100 1110 0 111011 101011 1001011 101001 101000

Color Harmonies of #7C913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C913C

Black with #7C913C

Text Example


Text Example

White with #7C913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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